The temp storage of the application.
Syntax
var object = WinJS.Application.temp;
Members
The temp object has these types of members:
Methods
The temp object has these methods.
| Method | Description |
|---|---|
| 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 |
|
Build date: 12/5/2012