streaming-commons-0.2.2.5: Common lower-level functions needed by various streaming data libraries
Safe Haskell Safe-Inferred
Language Haskell2010

Data.Streaming.Filesystem

Description

Streaming functions for interacting with the filesystem.

Synopsis

Documentation

openDirStream :: FilePath -> IO DirStream Source #

openDirStream dir calls opendir to obtain a directory stream for dir .

closeDirStream :: DirStream -> IO () Source #

closeDirStream dp calls closedir to close the directory stream dp .