Enum SearchOption
Enum of options for IO search capabilities.
public enum SearchOption
- Extension Methods
Fields
AllDirectories = 1
Includes the current directory and all the subdirectories in a search operation. This option includes reparse points like mounted drives and symbolic links in the search.
TopDirectoryOnly = 0
Includes only the current directory in a search.