FileSetMatchMode Enum
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9448)
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. |