PathFilter.IsMatch Method

SharpZip Compression Library

SharpZip Compression Library

PathFilter.IsMatch Method 

Test a name to see if it matches the filter.

public virtual bool IsMatch(
   string name
);

Parameters

name
The name to test.

Return Value

True if the name matches, false otherwise.

Implements

IScanFilter.IsMatch

See Also

PathFilter Class | ICSharpCode.SharpZipLib.Core Namespace