Click or drag to resize
CoronaRuntimeEnvironmentInternalDirectoryPath Property

Gets the directory path that Corona uses 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 string InternalDirectoryPath { get; }

Property Value

Type: String
Directory path used by Corona to store files for its own internal usage, such as analytics.
See Also