C# 클래스 Tanka.FileSystem.WebApi.FileSystem.FileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: pekkah/Tanka.FileSystem.WebApi 1 사용 예제들

공개 메소드들

메소드 설명
DeleteAsync ( string filePath ) : System.Threading.Tasks.Task
DeleteDirectoryAsync ( string directory ) : System.Threading.Tasks.Task
ExistsAsync ( string filePath ) : Task
ListDirectoryAsync ( string directory ) : Task>
OpenReadAsync ( string filePath ) : Task
OpenWriteAsync ( string filePath ) : Task

비공개 메소드들

메소드 설명
GetFilePath ( string filePath ) : string
ToFileSystemPath ( string filePath ) : string

메소드 상세

DeleteAsync() 공개 메소드

public DeleteAsync ( string filePath ) : System.Threading.Tasks.Task
filePath string
리턴 System.Threading.Tasks.Task

DeleteDirectoryAsync() 공개 메소드

public DeleteDirectoryAsync ( string directory ) : System.Threading.Tasks.Task
directory string
리턴 System.Threading.Tasks.Task

ExistsAsync() 공개 메소드

public ExistsAsync ( string filePath ) : Task
filePath string
리턴 Task

ListDirectoryAsync() 공개 메소드

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

OpenReadAsync() 공개 메소드

public OpenReadAsync ( string filePath ) : Task
filePath string
리턴 Task

OpenWriteAsync() 공개 메소드

public OpenWriteAsync ( string filePath ) : Task
filePath string
리턴 Task