roaming.remove method

Deletes a file from the app's roaming storage.

Syntax

var promise = WinJS.Application.roaming.remove(fileName);

Parameters

  • fileName
    Type: String

    The file to be deleted.

Return value

Type: Promise

A promise that is fulfilled when the file has been deleted.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Application

See also

roaming