FileSystemService

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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