Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

Sets the list of script directories where Shogun where Shogun Post will look for scripts and pipelines that can be executed.

...

None

Return value

void

Examples

...

languagetext
// Set the script directories

...


string $scriptPaths\[4\]; $scriptPaths[0] = "C:/Program Files/Vicon/ShogunPost1.6/MyLiveScripts/"; $scriptPaths[1] = "C:/Program Files/Vicon/ShogunPost1.6/MyLabeling/"; $scriptPaths[2] = "C:/Program Files/Vicon/ShogunPost1.6/MyEditingScripts/"; $scriptPaths[3] = "C:/Program Files/Vicon/ShogunPost1.6/MySolvingScripts/";

...


setScriptPaths $scriptPaths;

Additional information

Related commands

...