-api-id | -api-type |
---|---|
P:Windows.Storage.ApplicationData.TemporaryFolder |
winrt property |
Gets the root folder in the temporary app data store.
The file system folder that contains the files.
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="" />