/
saveScript
saveScript
Description
This command saves as a script the current contents of the Script Editor. If no path is specified, a file browser opens, defaulting to the last saved script location, enabling you to specify a path for saving. If you specify a path, use forward slash ( / ) path separators.
Functional area
Interface
Command syntax
Syntax
saveScript ["scriptPath"] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
scriptPath | string | yes | Specifies the path to which to save the script |
Flags
None
Return value
void
Examples
//Saves the contents of the script editor to the specified path //Note: forward slash separators are used. saveScript "C:/temp";
Additional information
Related commands
, multiple selections available,
Related content
loadScript
loadScript
More like this
saveFile
saveFile
More like this
saveFile
saveFile
More like this
closeScript
closeScript
More like this
fileOpen
fileOpen
More like this
setAutoSaveFile
setAutoSaveFile
More like this