ApplicationData.TemporaryFolder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the root folder in the temporary app data store.
public:
property StorageFolder ^ TemporaryFolder { StorageFolder ^ get(); };
StorageFolder TemporaryFolder();
public StorageFolder TemporaryFolder { get; }
var storageFolder = applicationData.temporaryFolder;
Public ReadOnly Property TemporaryFolder As StorageFolder
Property Value
The file system folder that contains the files.
Remarks
You can access files in the temporary app data store using the "ms-appdata:///temp/" protocol. For example:
<img src="ms-appdata:///temp/myFile.png" alt="" />