Click or drag to resize
CoronaRuntimeEnvironmentDefaultResourceDirectoryPath Property
Gets the default path that Corona will use for the "system.ResourceDirectory" property in Lua.

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

Property Value

Type: String
On Windows Phone, this path defaults to ".\Assets\Corona" under the package's "InstalledLocation" 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