Module Files

This module is undocumented. This is a list of its definitions.

APPEND :: OpenOption
ATOMIC_MOVE :: CopyOption
COPY_ATTRIBUTES :: CopyOption
CREATE :: OpenOption
CREATE_NEW :: OpenOption
DELETE_ON_CLOSE :: OpenOption
DSYNC :: OpenOption
READ :: OpenOption
REPLACE_EXISTING :: CopyOption
SPARSE :: OpenOption
SYNC :: OpenOption
TRUNCATE_EXISTING :: OpenOption
WRITE :: OpenOption
closeFileSystem :: FileSystem -> <Proc> ()
copy :: Path -> Path -> <Proc,Exception> Path
copyInputStreamWithCopyOptions :: InputStream -> Path -> Vector CopyOption -> <Proc,Exception> Long
copyToOutputStream :: Path -> OutputStream -> <Proc,Exception> Long
copyWithCopyOptions :: Path -> Path -> Vector CopyOption -> <Proc,Exception> Path
createDirectories :: Path -> <Proc,Exception> Path
createDirectoriesWithFileAttributes :: Path -> Vector FileAttribute -> <Proc,Exception> Path
createDirectory :: Path -> <Proc,Exception> Path
createDirectoryWithFileAttributes :: Path -> Vector FileAttribute -> <Proc,Exception> Path
createFile :: Path -> <Proc,Exception> Path
createFileWithFileAttributes :: Path -> Vector FileAttribute -> <Proc,Exception> Path
createTempFile :: String -> String -> <Proc,Exception> Path
createTempFileWithFileAttributes :: String -> String -> Vector FileAttribute -> <Proc,Exception> Path
delete :: Path -> <Proc,Exception> ()
deleteIfExists :: Path -> <Proc,Exception> Boolean
exists :: Path -> <Proc> Boolean
existsWithLinkOptions :: Path -> Vector LinkOption -> <Proc> Boolean
getParentPath :: Path -> <Proc> Path
getPathFromFileSystem :: FileSystem -> String -> Vector String -> <Proc> Path
isExecutable :: Path -> <Proc> Boolean
isReadable :: Path -> <Proc> Boolean
isWritable :: Path -> <Proc> Boolean
move :: Path -> Path -> <Proc,Exception> Path
moveWithCopyOptions :: Path -> Path -> Vector CopyOption -> <Proc,Exception> Path
newFileSystemFromPath :: Path -> FileSystem
newInputStream :: Path -> <Proc,Exception> InputStream
newInputStreamWithOpenOptions :: Path -> Vector OpenOption -> <Proc,Exception> InputStream
newOutputStream :: Path -> <Proc,Exception> OutputStream
newOutputStreamWithOpenOptions :: Path -> Vector OpenOption -> <Proc,Exception> OutputStream
notExists :: Path -> <Proc> Boolean
notExistsWithLinkOptions :: Path -> Vector LinkOption -> <Proc> Boolean
path :: String -> Path
pathToString :: Path -> <Proc> String
paths :: String -> Vector String -> Path
readAllBytes :: Path -> <Proc,Exception> Vector Byte
readAllLines :: Path -> <Proc,Exception> [String]
readAllLinesWithCharset :: Path -> Charset -> <Proc,Exception> [String]
relativizePath :: Path -> Path -> <Proc> Path
resolvePath :: Path -> String -> <Proc> Path
size :: Path -> <Proc,Exception> Long
toAbsolutePath :: Path -> <Proc> Path
write :: Path -> Vector Byte -> Vector OpenOption -> <Proc,Exception> ()
writeBytesWithOpenOptions :: Path -> Vector Byte -> Vector OpenOption -> <Proc,Exception> Path