Back
GetAppPath
The
GetAppPath
method gets the full folder path of the running application.
app.GetAppPath();
Example
function OnStart()
{
path = app.GetAppPath();
app.ShowPopup( path );
}
Copy
Copy All
Run