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

Inheritance: IFileSystemAccess
Afficher le fichier Open project: Azure/azure-mobile-apps-net-files-client

Méthodes publiques

Méthode 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 méthode

public CreateAsync ( string targetPath ) : Task
targetPath string
Résultat Task

DeleteAsync() public méthode

public DeleteAsync ( string targetPath ) : System.Threading.Tasks.Task
targetPath string
Résultat System.Threading.Tasks.Task

EnsureFolderExistsAsync() public méthode

public EnsureFolderExistsAsync ( string targetPath ) : System.Threading.Tasks.Task
targetPath string
Résultat System.Threading.Tasks.Task

FileSystemAccess() public méthode

public FileSystemAccess ( string basePath = "" ) : System
basePath string
Résultat System

GetFullFilePath() public méthode

public GetFullFilePath ( string targetPath ) : string
targetPath string
Résultat string

OpenReadAsync() public méthode

public OpenReadAsync ( string targetPath ) : Task
targetPath string
Résultat Task