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.
Parameters
addSkinPath skins path |
Name | Type | Required | Comments |
---|---|---|---|
skins path | string | yes | Path to add to set of search paths. File and directory paths must use forward slashes instead of back-slashes. |
None
void
// Add a new skins directory addSkinPath "C:/My Documents/Shogun/MySkins/"; |