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="" />

-examples

-see-also

Store and retrieve settings and other app data

Contents

  1. 1-description
  2. 2-property-value
  3. 3-remarks
  4. 4-examples
  5. 5-see-also