Method | Description | |
---|---|---|
IsMatch ( string name ) : bool |
Test a name to see if it matches the filter. Path.GetFullPath(string) is used to get the full path before matching. |
|
PathFilter ( string filter ) : System |
Initialise a new instance of
|
public IsMatch ( string name ) : bool | ||
name | string | The name to test. |
return | bool |
public PathFilter ( string filter ) : System | ||
filter | string | The |
return | System |