Specifies options for creating a new DirectoryStream.
DirectoryStream
true to enable recursive enumeration. In this mode, the directory stream will list files from all subdirectories, at any depth. Only file entries will be yielded in this case.
true
false
Generated using TypeDoc
Specifies options for creating a new
DirectoryStream
.