C# 클래스 ScriptCs.Wpf.FileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: scriptcs-contrib/scriptcs-wpf 1 사용 예제들

공개 메소드들

메소드 설명
FileExists ( string filePath ) : bool
ReadAllText ( string path ) : string

메소드 상세

FileExists() 공개 메소드

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

ReadAllText() 공개 메소드

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