C# Class SuperMap.WinRT.Utilities.StorageHelper

ファイルを表示 Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
FileExist ( this folder, string path ) : Task
FolderDelete ( this storageFolder ) : System.Threading.Tasks.Task
FolderExist ( this folder, string path ) : Task

Method Details

FileExist() public static method

public static FileExist ( this folder, string path ) : Task
folder this
path string
return Task

FolderDelete() public static method

public static FolderDelete ( this storageFolder ) : System.Threading.Tasks.Task
storageFolder this
return System.Threading.Tasks.Task

FolderExist() public static method

public static FolderExist ( this folder, string path ) : Task
folder this
path string
return Task