ApplicationData.TemporaryPath 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.
A string value that represents the path for the temporary data store.
public:
property Platform::String ^ TemporaryPath { Platform::String ^ get(); };
winrt::hstring TemporaryPath();
public string TemporaryPath { get; }
var string = applicationData.temporaryPath;
Public ReadOnly Property TemporaryPath As String
Property Value
Returns the path for the temporary data store.
Remarks
This is equivalent to Windows.Storage.ApplicationData.TemporaryFolder().Path.