FileSystemService

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def readFileContent(inputPath: Path): Task[String]
def readFileLines(inputPath: Path, maxLines: Option[Int]): Task[List[String]]
def searchFiles(searchRoot: Path, searchOnlyRegex: Option[Regex], ignoreMaskRegex: Option[Regex]): Task[List[Path]]