Fs.FileExists
eff FileExistsSourceAn effect used to check if a file exists.
Use the FileExists.runWithFileTest handler.
Operations
def exists(f: String): Result[IoError, Bool] \ FileExists
SourceReturns true if the given file f exists.
Definitions
def runWithFileTest(f: Unit -> a \ ef): a \ (ef - FileExists) + FileTest
SourceHandles the FileExists effect of the given function f using the FileTest effect.