directory-ospath-streaming-0.1.0.2: Stream directory entries in constant memory in vanilla IO
Safe HaskellSafe-Inferred
LanguageGHC2021

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.