Click or drag to resize
CoronaRuntimeEnvironmentTemporaryDirectoryPath Property

Gets the path that Corona's "system.TemporaryDirectory" property maps to 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 string TemporaryDirectoryPath { get; }

Property Value

Type: String
The path to Corona's temporary directory.
See Also