roaming.remove method
Deletes a file from the app's roaming storage.
var promise = WinJS.Application.roaming.remove(fileName);
fileName
Type: StringThe file to be deleted.
Type: Promise
A promise that is fulfilled when the file has been deleted.
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Application |