Click or drag to resize
CoronaRuntimeEnvironmentDefaultTemporaryDirectoryPath Property

Gets the default path that Corona will use for the "system.TemporaryDirectory" property in Lua.

This directory's files will be automatically deleted if the system is running low on storage space.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public static string DefaultTemporaryDirectoryPath { get; }

Property Value

Type: String
On Windows Phone, this path defaults to ".\Corona\TemporaryFiles" under the application's "LocalFolder" directory.
Remarks
Note that if you are a Corona Cards developer, then you can change this directory via launch settings provided to the CoronaRuntime.Run() method.
See Also