ExtendedPathFilter Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ExtendedPathFilter Class

ExtendedPathFilter filters based on name, file size, and the last write time of the file.

For a list of all members of this type, see ExtendedPathFilter Members.

System.Object    ICSharpCode.SharpZipLib.Core.PathFilter
      ICSharpCode.SharpZipLib.Core.ExtendedPathFilter

public class ExtendedPathFilter : PathFilter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Provides an example of how to customise filtering.

Requirements

Namespace: ICSharpCode.SharpZipLib.Core

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

ExtendedPathFilter Members | ICSharpCode.SharpZipLib.Core Namespace