Legend
| Field: Func<FileSystemInfo, Exception, bool> ReportFail
DeclarationFunc<FileSystemInfo, Exception, bool> ReportFail SummaryIf assigned, this delegate will be called whenever a directory cannot be enumerated, e.g. due to being unreadable etc. This function must return "false" in order to terminate scanning or "true" to continue. |