FileSet.IsMatch Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9147)
IsMatch(String, FileSetMatchMode)
Returns a value indicating whether the specified relative path matches the File
Declaration
public virtual bool IsMatch(string relativePath, FileSetMatchMode mode)
Parameters
Type | Name | Description |
---|---|---|
String | relativePath | A relative path to a base path to be tested for a match. |
File |
mode | Specifies how the |
Returns
Type | Description |
---|---|
Boolean | True if the path matches the set; false otherwise. |