...
None
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
//Saves the contents of the script editor to the specified path |
...
//Note: forward slash separators are used. |
...
saveScript "C:/temp"; |
Additional information
Related commands
...
...
None
void
Code Block | ||
---|---|---|
| ||
//Saves the contents of the script editor to the specified path |
...
//Note: forward slash separators are used. |
...
saveScript "C:/temp"; |
...