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

Inheritance: IFileSystemAccess
显示文件 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
GetFullFilePath ( string targetPath ) : string
OpenReadAsync ( string targetPath ) : Task
WinAppsFileSystemAccess ( StorageFolder folder ) : System

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

GetFullFilePath() public method

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

OpenReadAsync() public method

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

WinAppsFileSystemAccess() public method

public WinAppsFileSystemAccess ( StorageFolder folder ) : System
folder Windows.Storage.StorageFolder
return System