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