WinJS.Application.roaming object

0 out of 2 rated this helpful - Rate this topic

The roaming storage of the application.

Syntax


var object = WinJS.Application.roaming;

Members

The roaming object has these types of members:

Methods

The roaming object has these methods.

MethodDescription
exists

Determines whether the specified file exists in the folder.

readText

Reads the specified file. If the file doesn't exist, the specified default value is returned.

remove

Deletes a file from the folder.

writeText

Writes the specified text to the specified file.

 

Requirements

Namespace

WinJS.Application

Library

Base.js

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.