ExtendedPathFilter Constructor (String, Int64, Int64)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ExtendedPathFilter Constructor (String, Int64, Int64)

Initialise a new instance of ExtendedPathFilter.

public ExtendedPathFilter(
   string filter,
   long minSize,
   long maxSize
);

Parameters

filter
The filter to apply.
minSize
The minimum file size to include.
maxSize
The maximum file size to include.

See Also

ExtendedPathFilter Class | ICSharpCode.SharpZipLib.Core Namespace | ExtendedPathFilter Constructor Overload List