C# 클래스 C24.ReVersion.FileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: CHECK24/c24.ReVersion

공개 메소드들

메소드 설명
FileExists ( string path ) : bool
ReadAllText ( string path ) : string
WriteAllText ( string path, string contents ) : void

비공개 메소드들

메소드 설명
ConsolidateText ( string text ) : string

메소드 상세

FileExists() 공개 메소드

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

ReadAllText() 공개 메소드

public ReadAllText ( string path ) : string
path string
리턴 string

WriteAllText() 공개 메소드

public WriteAllText ( string path, string contents ) : void
path string
contents string
리턴 void