Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.Streaming.Filesystem
Description
Streaming functions for interacting with the filesystem.
Documentation
openDirStream :: FilePath -> IO DirStream #
readDirStream :: DirStream -> IO (Maybe FilePath) Source #
closeDirStream :: DirStream -> IO () #
Constructors
FTFile | |
FTFileSym | symlink to file |
FTDirectory | |
FTDirectorySym | symlink to a directory |
FTOther |
getFileType :: FilePath -> IO FileType Source #