ISDBApplication::SkinsPath: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (style, reoder of relations) |
||
Line 3: | Line 3: | ||
===Property description=== | ===Property description=== | ||
Returns the path where skins are located, e.g. | Returns the path where skins are located, e.g. <tt>C:\Program Files\MediaMonkey\Skins\</tt>. | ||
Introduced in MediaMonkey 3.1. | ''Introduced in MediaMonkey 3.1.2.1266 (3.1 beta 1).'' | ||
=== Related Topics === | === Related Topics === | ||
Line 11: | Line 11: | ||
*[[ISDBApplication::MyMusicPath]] | *[[ISDBApplication::MyMusicPath]] | ||
*[[ISDBDatabase::Path]] | *[[ISDBDatabase::Path]] | ||
*[[ISDBApplication:: | *[[ISDBApplication::ApplicationPath]] | ||
*[[ISDBApplication::CurrentAddonInstallRoot]] | |||
*[[ISDBApplication::IconsPath]] | *[[ISDBApplication::IconsPath]] | ||
*[[ISDBApplication::PluginsPath]] | *[[ISDBApplication::PluginsPath]] | ||
*[[ISDBApplication::ScriptsPath]] | *[[ISDBApplication::ScriptsPath]] | ||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Revision as of 19:35, 20 April 2013
CoClass SDBApplication, Interface ISDBApplication
Property Get SkinsPath As String
Property description
Returns the path where skins are located, e.g. C:\Program Files\MediaMonkey\Skins\.
Introduced in MediaMonkey 3.1.2.1266 (3.1 beta 1).