Метод | Описание | |
---|---|---|
DeleteAllItems ( this folder ) : System.Threading.Tasks.Task |
Deletes all contents of a folder without deleting the folder itself.
|
|
GetFolderSizeAsync ( this folder ) : Task |
Returns the size, in bytes, of the folder and all of its contents.
|
Метод | Описание | |
---|---|---|
GetIsoStorePath ( this folder ) : string |
Gets a relative path from a StorageFolder so that IsolatedStorage APIs can be used on it.
|
public static DeleteAllItems ( this folder ) : System.Threading.Tasks.Task | ||
folder | this | |
Результат | System.Threading.Tasks.Task |
public static GetFolderSizeAsync ( this folder ) : Task |
||
folder | this | The folder to measure |
Результат | Task |