The following tables list the members exposed by FindFile.
Name | Description | |
---|---|---|
FindFile Constructor | Overloaded. |
Name | Description | |
---|---|---|
BaseDirectory | Gets or sets the base directory to search within | |
FilePattern | Gets or sets the file pattern to match while enumerating files and folders. | |
IncludeFiles | Gets or sets the IncludeFiles flag | |
IncludeFolders | Gets or sets the IncludeFolders flag | |
MaxPath | Gets or sets the maximum number of allowed characters in a complete path, default = 4kb | |
RaiseOnAccessDenied | Gets or sets the RaiseOnAccessDenied flag, when set to true an 'Access Denied' can be raised | |
Recursive | Gets or sets the Recursive flag |
Name | Description | |
---|---|---|
AllFilesAndFoldersIn | Enumerates the files and folders anywhere under the directory specified | |
AllFilesIn | Enumerates the files anywhere under the directory specified | |
AllFoldersIn | Enumerates the folders anywhere under the directory specified | |
FilesAndFoldersIn | Enumerates the files and folders directly in the directory specified | |
FilesIn | Enumerates the files directly in the directory specified | |
Find | Overloaded. Performs the search raising the FileFound event for each entry matching the request | |
FoldersIn | Enumerates the folders directly in the directory specified |