C# 클래스 Praeclarum.IO.DeviceFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
CreateDirectory ( string path ) : Task
CreateFile ( string path, byte contents ) : Task
DeleteFile ( string path ) : Task
DeviceFileSystem ( ) : System
FileExists ( string path ) : Task
GetFile ( string path ) : Task
GetLocalPath ( string path ) : string
Initialize ( ) : System.Threading.Tasks.Task
ListFiles ( string directory ) : Task>
Move ( string fromPath, string toPath ) : Task
ToString ( ) : string

메소드 상세

CreateDirectory() 공개 메소드

public CreateDirectory ( string path ) : Task
path string
리턴 Task

CreateFile() 공개 메소드

public CreateFile ( string path, byte contents ) : Task
path string
contents byte
리턴 Task

DeleteFile() 공개 메소드

public DeleteFile ( string path ) : Task
path string
리턴 Task

DeviceFileSystem() 공개 메소드

public DeviceFileSystem ( ) : System
리턴 System

FileExists() 공개 메소드

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

GetFile() 공개 메소드

public GetFile ( string path ) : Task
path string
리턴 Task

GetLocalPath() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ListFiles() 공개 메소드

public ListFiles ( string directory ) : Task>
directory string
리턴 Task>

Move() 공개 메소드

public Move ( string fromPath, string toPath ) : Task
fromPath string
toPath string
리턴 Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string