C# 클래스 NuForVS.Core.FileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: kiliman/NuForVS

공개 메소드들

메소드 설명
FileExists ( string path ) : bool
FolderExists ( string path ) : bool
GetFiles ( string path ) : IEnumerable
GetFolders ( string path ) : IEnumerable

메소드 상세

FileExists() 공개 메소드

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

FolderExists() 공개 메소드

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

GetFiles() 공개 메소드

public GetFiles ( string path ) : IEnumerable
path string
리턴 IEnumerable

GetFolders() 공개 메소드

public GetFolders ( string path ) : IEnumerable
path string
리턴 IEnumerable