C# 클래스 GlobDir.Glob.PlatformAdaptationLayer

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

공개 메소드들

메소드 설명
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetFileSystemEntries ( string path, string searchPattern ) : IEnumerable

메소드 상세

DirectoryExists() 공개 메소드

public DirectoryExists ( string path ) : bool
path string
리턴 bool

FileExists() 공개 메소드

public FileExists ( string path ) : bool
path string
리턴 bool

GetFileSystemEntries() 공개 메소드

public GetFileSystemEntries ( string path, string searchPattern ) : IEnumerable
path string
searchPattern string
리턴 IEnumerable