directory-ospath-streaming-0.1.0.3: Stream directory entries in constant memory in vanilla IO
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Directory.OsPath.Streaming

Description

Streaming functions for interacting with the filesystem.

Synopsis

Documentation

closeDirStream :: DirStream -> IO () #

closeDirStream dp calls closedir to close the directory stream dp.