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