Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Streaming functions for interacting with the filesystem.
Synopsis
- data DirStream
- openDirStream :: OsPath -> IO DirStream
- readDirStream :: DirStream -> IO (Maybe OsPath)
- closeDirStream :: DirStream -> IO ()