Command: ole.Reload(script);
Syntax: ole.Reload(string script);
Return: nothing

This command allows you to reload a script file. If the file is located into the Scripts folder you need to specify only the script file name, otherwise you will need to specify the full path to the script file.

Example:
ole.Reload("myscript.js");
ole.Reload("c:/Some/Folder/myscript.js");

See also: Load, Pause, Start, Unload, IsLoaded, IsRunning


Home|Scripting