Click or drag to resize
CoronaRuntimeLaunchSettingsCachesDirectoryPath Property

Gets or sets the path Corona will use for its caches directory.

This is the directory that Lua property "system.CachesDirectory" maps to.

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; set; }

Property Value

Type: String

The path to Corona's caches directory.

Corona will automatically create the directory if it does not exist on startup.

When setting this property, it is recommended to set it to an absolute path.

Can be set to null or empty string, which will make Corona use its default path for this directory instead.

See Also