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

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

Functional area

Parameters

Command syntax

Syntax

removeSkinPath skins path

Arguments

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

Flags

None

Return value

void 

Examples

// Remove a custom skins directory
removeSkinPath "C:/My Documents/Shogun/MySkins/";

Additional information

Related commands

  • No labels