...
Adds a directory to the list of "script directories" that is searched when Shogun when Shogun builds its internal list of script and pipelines.
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
reparse | 0 | — | — | If option is set the scripts and the pipelines from the directory will be reloaded |
Return value
void void
Examples
Code Block | ||
---|---|---|
| ||
// Add a new script directory and re-load scripts and pipelines |
...
addScriptPath "C:/My Documents/Shogun/MyScripts/" -reparse; |
Additional information
Related commands
...