C# 클래스 Panteon.Sdk.IO.FileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: PanteonProject/Panteon.Sdk

공개 메소드들

메소드 설명
CombinePaths ( string path1, string path2 ) : string
DoesDirectoryExist ( string path ) : bool
DoesFileExist ( string path ) : bool
GetDirectories ( string path ) : IEnumerable
GetFileNameWithoutExtension ( string path ) : string
GetParentDirectory ( string path ) : string
ReadAllText ( string path ) : string
TryCreateDirectory ( string path ) : void

메소드 상세

CombinePaths() 공개 메소드

public CombinePaths ( string path1, string path2 ) : string
path1 string
path2 string
리턴 string

DoesDirectoryExist() 공개 메소드

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

DoesFileExist() 공개 메소드

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

GetDirectories() 공개 메소드

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

GetFileNameWithoutExtension() 공개 메소드

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

GetParentDirectory() 공개 메소드

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

ReadAllText() 공개 메소드

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

TryCreateDirectory() 공개 메소드

public TryCreateDirectory ( string path ) : void
path string
리턴 void