Adds a path or mask into collection of inclusion patterns. The supported wildcards are '?' and '*' and '**'.
For detailed specification with examples see the documentation.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Sub Include ( _ pattern As String _ ) |
| C# |
|---|
public void Include( string pattern ) |
Parameters
- pattern
- Type: System..::..String
A path or mask (relative to the base path) which define an inclusion pattern.