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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also