| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
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
| Eq FileType # | |
| Ord FileType # | |
Defined in Data.Streaming.Filesystem | |
| Read FileType # | |
Defined in Data.Streaming.Filesystem | |
| Show FileType # | |
getFileType :: FilePath -> IO FileType #