Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.Streaming.Filesystem
Description
Streaming functions for interacting with the filesystem.
Documentation
openDirStream :: FilePath -> IO DirStream #
readDirStream :: DirStream -> IO (Maybe FilePath) #
closeDirStream :: DirStream -> IO () #
Constructors
FTFile | |
FTFileSym | symlink to file |
FTDirectory | |
FTDirectorySym | symlink to a directory |
FTOther |
Instances
Read FileType # | |
Defined in Data.Streaming.Filesystem | |
Show FileType # | |
Eq FileType # | |
Ord FileType # | |
Defined in Data.Streaming.Filesystem |
getFileType :: FilePath -> IO FileType #