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 _ ) |
| C# |
|---|
public FileSet( string basePath, string pattern ) |
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.