DirectoryEnumerationOptions Enumeration |
Namespace: Alphaleonis.Win32.Filesystem
Member name | Value | Description | |
---|---|---|---|
None | 0 | None, do not use. | |
Files | 1 | Enumerate files only. | |
Folders | 2 | Enumerate directories only. | |
FilesAndFolders | 3 | Enumerate files and directories. | |
AsLongPath | 4 | Return full path as long full path (Unicode format), only valid when return type is String. | |
SkipReparsePoints | 8 | Skip reparse points during directory enumeration. | |
ContinueOnException | 16 | Suppress any Exception that might be thrown a result from a failure, such as ACLs protected directories or non-accessible reparse points. | |
Recursive | 32 | Specifies whether to search the current directory, or the current directory and all subdirectories. | |
BasicSearch | 64 | Enumerate directory using the FindExInfoLevels.Basic option. | |
LargeCache | 128 | Enumerate directory using the NativeMethods.FindExAdditionalFlags.LargeFetch option. |