Properties
includeFiles: boolean = trueIndicates whether file entries should be included or not.
includeDirs: boolean = trueIndicates whether directory entries should be included or not.
includeSymlinks: boolean = trueIndicates whether symlink entries should be included or not.
This option is meaningful only if followSymlinks is set to false.
followSymlinks: boolean = falseIndicates whether symlinks should be resolved or not.
canonicalize: boolean = trueIndicates whether the followed symlink's path should be canonicalized.
This option works only if followSymlinks is not false.
List of file extensions used to filter entries. If specified, entries without the file extension specified by this option are excluded.
List of regular expression patterns used to filter entries. If specified, entries that do not match the patterns specified by this option are excluded.