C# 클래스 OpenIDE.Core.FileSystem.FS

상속: IFS
파일 보기 프로젝트 열기: continuoustests/OpenIDE

공개 메소드들

메소드 설명
DeleteFile ( string file ) : void
DirectoryExists ( string path ) : bool
FileExists ( string file ) : bool
GetFiles ( string path, string searchPattern ) : string[]
GetFiles ( string path, string searchPattern, SearchOption option ) : string[]
GetTempFileName ( ) : string
GetTempPath ( ) : string
ReadFileAsText ( string path ) : string
ReadLines ( string path ) : string[]
WriteAllText ( string file, string text ) : void

메소드 상세

DeleteFile() 공개 메소드

public DeleteFile ( string file ) : void
file string
리턴 void

DirectoryExists() 공개 메소드

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

FileExists() 공개 메소드

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

GetFiles() 공개 메소드

public GetFiles ( string path, string searchPattern ) : string[]
path string
searchPattern string
리턴 string[]

GetFiles() 공개 메소드

public GetFiles ( string path, string searchPattern, SearchOption option ) : string[]
path string
searchPattern string
option SearchOption
리턴 string[]

GetTempFileName() 공개 정적인 메소드

public static GetTempFileName ( ) : string
리턴 string

GetTempPath() 공개 정적인 메소드

public static GetTempPath ( ) : string
리턴 string

ReadFileAsText() 공개 메소드

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

ReadLines() 공개 메소드

public ReadLines ( string path ) : string[]
path string
리턴 string[]

WriteAllText() 공개 메소드

public WriteAllText ( string file, string text ) : void
file string
text string
리턴 void