Specifies modes of the IsMatch(String, FileSetMatchMode) method.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration FileSetMatchMode
C#
public enum FileSetMatchMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkMatchFile
Specifies whether the specified regular file matches the the FileSet.
Supported by the .NET Compact FrameworkMatchDirectory
Specifies whether the specified directory matches the the FileSet.
Supported by the .NET Compact FrameworkTraverseDirectory
Specifies whether the specified directory should be traversed to retrieve another matches.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also