Skip to content
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

Clone this wiki locally