Click or drag to resize
CoronaRuntimeLaunchSettingsInternalDirectoryPath Property

Gets or sets the directory path Corona will use for its internal features, such as analytics.

This directory is not made available in Lua.

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

Property Value

Type: String

Directory path used by Corona to store files for its own internal usage, such as analytics.

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