Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

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

Functional area

System

Command syntax

Syntax

setSelectionSetFile SelectionSetFile[-save]

Arguments

NameTypeRequiredComments
SelectionSetFilestringyesName of the file where Shogun Post loads and saves your selection sets.
Use forward-slashes instead of back-slashes for all file paths.

Flags

NameFlag argumentsArgument typeExclusive toComments
save0Causes 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

  • No labels