FileSetMatchMode Enum
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 8.0.9673)
Specifies modes of the IsMatch(String, FileSetMatchMode) method.
Syntax
public enum FileSetMatchMode
Fields
| Name | Description |
|---|---|
| MatchDirectory | Specifies whether the specified directory matches the FileSet. |
| MatchFile | Specifies whether the specified regular file matches the FileSet. |
| TraverseDirectory | Specifies whether the specified directory should be traversed to retrieve another matches. |