Initializes the FileSet object.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ basePath As String, _ pattern As String, _ mode As TraversalMode _ ) |
| C# |
|---|
public FileSet( string basePath, string pattern, TraversalMode mode ) |
Parameters
- basePath
- Type: System..::..String
A path to be considered as a base path of the set.
- pattern
- Type: System..::..String
A path or mask relative to a base path which define an initial inclusion pattern.
- mode
- Type: Rebex.IO..::..TraversalMode
Specifies traversal mode of directories for the pattern.