NameAndSizeFilter.IsMatch Method

SharpZip Compression Library

SharpZip Compression Library

NameAndSizeFilter.IsMatch Method 

Test a filename to see if it matches the filter.

public override bool IsMatch(
   string fileName
);

Parameters

fileName
The filename to test.

Return Value

True if the filter matches, false otherwise.

Implements

IScanFilter.IsMatch

See Also

NameAndSizeFilter Class | ICSharpCode.SharpZipLib.Core Namespace