PathFilter Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

PathFilter Class

PathFilter filters directories and files using a form of regular expressions by full path name. See NameFilter for more detail on filtering.

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

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

public class PathFilter : IScanFilter

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.

Requirements

Namespace: ICSharpCode.SharpZipLib.Core

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

See Also

PathFilter Members | ICSharpCode.SharpZipLib.Core Namespace