Fs.FileSize
eff FileSizeSourceAn effect used to read the size of a file.
Use the FileSize.runWithFileStat handler.
Operations
def size(f: String): Result[IoError, Size] \ FileSize
SourceReturns the size of the given file f.
Definitions
def runWithFileStat(f: Unit -> a \ ef): a \ (ef - FileSize) + FileStat
SourceHandles the FileSize effect of the given function f using the FileStat effect.