Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 679 Bytes

applicationdata_temporaryfolder.md

File metadata and controls

27 lines (18 loc) · 679 Bytes
-api-id -api-type
P:Windows.Storage.ApplicationData.TemporaryFolder
winrt property

Windows.Storage.ApplicationData.TemporaryFolder

-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