Windows.Storage.ApplicationData.TemporaryFolder
December 9, 2020 ยท View on GitHub
-description
Gets the root folder in the temporary app data store.
-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="" />