Click or drag to resize
CoronaRuntimeEnvironmentCachesDirectoryPath Property

Gets the path that Corona's "system.CachesDirectory" 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 CachesDirectoryPath { get; }

Property Value

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