Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified file exists in the folder.
Syntax
var promise = WinJS.Application.temp.exists(filename);
Parameters
filename
Type: StringThe name of the file.
Return value
Type: Promise
A promise that completes with a value of either true (if the file exists) or false.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Application |