Description
Easily stream directory contents in constant memory.
Description
Use this library to read large directories as streams:
Use
ListTto assemble recursive directory traversals while still streamingUse
pipesto read out the stream of resultsTraversals only open directory streams lazily in response to demand
Avoid directories with insufficient permissions
This library works on both Unix and Windows.