/
setSelectionSetFile

setSelectionSetFile

Description

Sets the file where Shogun Post loads and saves your selection sets.

Functional area

System

Command syntax

Syntax

setSelectionSetFile SelectionSetFile[-save]

Arguments

Name Type Required Comments
SelectionSetFile string yes Name of the file whereShogun Post loads and saves your selection sets.
Use forward-slashes instead of back-slashes for all file paths.

Flags

Name Flag arguments Argument type Exclusive to Comments
save 0 Causes the current selection sets to be saved to the given file. If not specified, then the selection sets in the file will be loaded.

Return value

void

Examples

// Save your selection sets to the root of your C: drive 
setSelectionSetFile "C:/MySelectionSet.hsl" -save;

Additional information

Related commands