C# 클래스 Glob.GlobExtensions

파일 보기 프로젝트 열기: kthompson/csharp-glob

공개 메소드들

메소드 설명
GlobDirectories ( this di, string pattern ) : IEnumerable
GlobFileSystemInfos ( this di, string pattern ) : IEnumerable
GlobFiles ( this di, string pattern ) : IEnumerable

메소드 상세

GlobDirectories() 공개 정적인 메소드

public static GlobDirectories ( this di, string pattern ) : IEnumerable
di this
pattern string
리턴 IEnumerable

GlobFileSystemInfos() 공개 정적인 메소드

public static GlobFileSystemInfos ( this di, string pattern ) : IEnumerable
di this
pattern string
리턴 IEnumerable

GlobFiles() 공개 정적인 메소드

public static GlobFiles ( this di, string pattern ) : IEnumerable
di this
pattern string
리턴 IEnumerable