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