This information is for Vicon Shogun 1.7. For up-to-date help, see the latest Shogun documentation.

Vicon Shogun banner

Description

Adds the specified custom skins directory to the list of "skin directories" that is searched when Shogun builds its internal list. The directories are displayed in the Preferences dialog box, on the Skins tab of the Directories tab.

Functional area

Parameters

Command syntax

Syntax

addSkinPath skins path

Arguments

NameTypeRequiredComments
skins pathstringyesPath to add to set of search paths. File and directory paths must use forward slashes instead of back-slashes.

Flags

None

Return value

void 

Examples

// Add a new skins directory
addSkinPath "C:/My Documents/Shogun/MySkins/";

Additional information

Related commands