Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Streaming functions for interacting with the filesystem.
Documentation
data DirStream :: *
openDirStream :: FilePath -> IO DirStream
closeDirStream :: DirStream -> IO ()
FTFile | |
FTFileSym | symlink to file |
FTDirectory | |
FTDirectorySym | symlink to a directory |
FTOther |
getFileType :: FilePath -> IO FileType Source