Click or drag to resize
CoronaRuntimeEnvironmentDefaultInternalDirectoryPath Property

Gets the default path that Corona will use to store files 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 static string DefaultInternalDirectoryPath { get; }

Property Value

Type: String
On Windows Phone, this path defaults to ".\Corona\.system" 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