Constructs a new DirectoryStream
to enumerate the given directory.
SphereFS path to the directory whose contents will be enumerated.
Options for creating the new directory stream.
Total number of file and subdirectory entries in the directory.
SphereFS path to the directory being enumerated.
The current position within the stream of directory entries. Starts at 0.
Clean up any resources held by this DirectoryStream
after using it.
Get the next file or directory entry.
Rewind this stream so the directory contents can be enumerated again.
Generated using TypeDoc
Allows the contents of a directory (files and subdirectories) to be enumerated.