Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Removes the specified custom skins directory from the list of "skin directories" that is searched when Shogun 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.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths12%, 12%, 13%, 63%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

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 void

Examples

Code Block
languagetext
// Remove a custom skins directory

...


removeSkinPath "C:/My Documents/Shogun/MySkins/"; 

Scroll pagebreak

Additional information

...