PathFilter filters directories and files using a form of regular expressions by full path name. See NameFilter for more detail on filtering.
More...
|
| | PathFilter (string filter) |
| | Initialise a new instance of PathFilter.
|
| virtual bool | IsMatch (string name) |
| | Test a name to see if it matches the filter.
|
PathFilter filters directories and files using a form of regular expressions by full path name. See NameFilter for more detail on filtering.
◆ PathFilter()
| ICSharpCode.SharpZipLib.Core.PathFilter.PathFilter |
( |
string | filter | ) |
|
Initialise a new instance of PathFilter.
- Parameters
-
| filter | The filter expression to apply. |
◆ IsMatch()
| virtual bool ICSharpCode.SharpZipLib.Core.PathFilter.IsMatch |
( |
string | name | ) |
|
|
virtual |
◆ nameFilter_
| NameFilter ICSharpCode.SharpZipLib.Core.PathFilter.nameFilter_ |
|
private |
The documentation for this class was generated from the following file: