Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
sortDirectionASC
repeatTableHeadersdefaultstyle
widths12%, 12%, 13%, 63%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

NameFlag argumentsArgument typeExclusive toComments
reparse0If option is set the scripts and the pipelines from the directory will be reloaded

Return value

void void

Examples

Code Block
languagetext
// Add a new script directory and re-load scripts and pipelines

...


addScriptPath "C:/My Documents/Shogun/MyScripts/" -reparse; 

Additional information

Related commands

...