C# Class Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage.FileSystem.FileSystemAccess

Inheritance: IFileSystemAccess
Mostra file Open project: Azure/azure-mobile-apps-net-files-client

Public Methods

Method Description
CreateAsync ( string targetPath ) : Task
DeleteAsync ( string targetPath ) : System.Threading.Tasks.Task
EnsureFolderExistsAsync ( string targetPath ) : System.Threading.Tasks.Task
FileSystemAccess ( string basePath = "" ) : System
GetFullFilePath ( string targetPath ) : string
OpenReadAsync ( string targetPath ) : Task

Method Details

CreateAsync() public method

public CreateAsync ( string targetPath ) : Task
targetPath string
return Task

DeleteAsync() public method

public DeleteAsync ( string targetPath ) : System.Threading.Tasks.Task
targetPath string
return System.Threading.Tasks.Task

EnsureFolderExistsAsync() public method

public EnsureFolderExistsAsync ( string targetPath ) : System.Threading.Tasks.Task
targetPath string
return System.Threading.Tasks.Task

FileSystemAccess() public method

public FileSystemAccess ( string basePath = "" ) : System
basePath string
return System

GetFullFilePath() public method

public GetFullFilePath ( string targetPath ) : string
targetPath string
return string

OpenReadAsync() public method

public OpenReadAsync ( string targetPath ) : Task
targetPath string
return Task