Back

LoadScript

LoadScript imports the script or script library from a specified path into the project at runtime. To load the script from the users' devices, a relative path below the project's path is generally needed.

app.LoadScript( path, callback )

string - path to file or folder ( "/absolute/..." or "relative/..." )
function()