C# 클래스 HyperComments.FileSystemAdapter

상속: IAccessFiles
파일 보기 프로젝트 열기: follesoe/HyperComments

공개 메소드들

메소드 설명
CreateDirectory ( string path ) : DirectoryInfo
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool

메소드 상세

CreateDirectory() 공개 메소드

public CreateDirectory ( string path ) : DirectoryInfo
path string
리턴 System.IO.DirectoryInfo

DirectoryExists() 공개 메소드

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

FileExists() 공개 메소드

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