C# 클래스 ICSharpCode.SharpZipLib.Core.PathFilter

PathFilter filters directories and files by full path name.
상속: IScanFilter
파일 보기 프로젝트 열기: icsharpcode/SharpZipLib 1 사용 예제들

공개 메소드들

메소드 설명
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 .

메소드 상세

IsMatch() 공개 메소드

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.
리턴 bool

PathFilter() 공개 메소드

Initialise a new instance of .
public PathFilter ( string filter ) : System
filter string The filter expression to apply.
리턴 System