Click or drag to resize
CoronaRuntimeEnvironmentLaunchFilePath Property

Gets the path to the file that the Corona runtime began execution on.

Typically set to a "resource.car" "main.lua" or "resource.car" file.

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

Property Value

Type: String

Path to the file that the Corona runtime began execution on.

This is typically set to a "resource.car" or "main.lua" file unless launch settings were provided to the Corona runtime to launch a different file.

See Also