Application.RunScriptFile

Application.RunScriptFile ( 

string Filename )

Description

Executes the contents of an external script file (.lua).

A script file is simply a text file containing Setup Factory script.

Parameters

Filename

(string) The path to the external script file (.lua).

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions