C# Class SuperMap.WinRT.Utilities.StorageHelper

Afficher le fichier Open project: SuperMap/iClient-for-Win8

Méthodes publiques

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

public static FileExist ( this folder, string path ) : Task
folder this
path string
Résultat Task

FolderDelete() public static méthode

public static FolderDelete ( this storageFolder ) : System.Threading.Tasks.Task
storageFolder this
Résultat System.Threading.Tasks.Task

FolderExist() public static méthode

public static FolderExist ( this folder, string path ) : Task
folder this
path string
Résultat Task