The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WinJS.Application.roaming object

The roaming storage of the application.
Syntax
var objectRef = WinJS.Application.roaming;
Members
The roaming object has these types of members:
Methods
The roaming object has these methods.
| Method | Description |
|---|---|
| exists |
Determines whether the specified file exists in the roaming storage. |
| readText |
Reads the specified file. If the file doesn't exist, the specified default value is returned. |
| remove |
Deletes a file from the app's roaming storage. |
| writeText |
Writes the specified text to the specified file. |
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Application |
Show: