Adds a path or mask into collection of exclusion 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 Exclude ( _ pattern As String _ ) |
C# |
---|
public void Exclude( string pattern ) |
Parameters
- pattern
- Type: System..::..String
A path or mask (relative to the base path) which define an exclusion pattern.