C# 클래스 GlobDir.Glob

파일 보기 프로젝트 열기: MicroHealthLLC/mCleaner

공개 메소드들

메소드 설명
GetMatches ( string pattern, Constants flags = Constants.IgnoreCase|Constants.PathName|Constants.NoEscape ) : IEnumerable
HasGlobPattern ( string s ) : bool

비공개 메소드들

메소드 설명
AppendExplicitRegexChar ( StringBuilder builder, char c ) : void
FnMatch ( string pattern, string path, Constants flags ) : bool
GetMatches ( PlatformAdaptationLayer pal, string pattern, Constants flags ) : IEnumerable
PatternToRegex ( string pattern, bool pathName, bool noEscape ) : string
UngroupGlobs ( string pattern, bool noEscape ) : string[]

메소드 상세

GetMatches() 공개 정적인 메소드

public static GetMatches ( string pattern, Constants flags = Constants.IgnoreCase|Constants.PathName|Constants.NoEscape ) : IEnumerable
pattern string
flags Constants
리턴 IEnumerable

HasGlobPattern() 공개 정적인 메소드

public static HasGlobPattern ( string s ) : bool
s string
리턴 bool