-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MH edited this page Jan 4, 2019
·
13 revisions
DirSearch is a C# Class Library for directory searching and filtering.
Notes:
- Filtering is supported by using traditional wildcard-matching, but also by file attributes.
- File security is enforced as expected through .net and Windows security.
- Delegates (callbacks) can be used by the caller for every file, folder, and/or file-traversal exceptions. This can be used for progress indicators, logging, etc.
Currently supports