C# Class ICSharpCode.SharpZipLib.Core.PathFilter

PathFilter filters directories and files by full path name.
Inheritance: IScanFilter
Afficher le fichier Open project: icsharpcode/SharpZipLib Class Usage Examples

Méthodes publiques

Méthode Description
IsMatch ( string name ) : bool

Test a name to see if it matches the filter.

Path.GetFullPath(string) is used to get the full path before matching.

PathFilter ( string filter ) : System

Initialise a new instance of .

Method Details

IsMatch() public méthode

Test a name to see if it matches the filter.
Path.GetFullPath(string) is used to get the full path before matching.
public IsMatch ( string name ) : bool
name string The name to test.
Résultat bool

PathFilter() public méthode

Initialise a new instance of .
public PathFilter ( string filter ) : System
filter string The filter expression to apply.
Résultat System