ISDBApplication::PluginsPath: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(Added link to and note about ISDBApplication::CurrentAddonInstallRoot)
m (introduced → template)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
Returns the path where plugins are located, e.g. <tt>C:\Program Files\MediaMonkey\Plugins\</tt>. Consider using [[ISDBApplication::CurrentAddonInstallRoot]] path when developing new plugins.
Returns the path where plugins are located, e.g. <tt>C:\Program Files\MediaMonkey\Plugins\</tt>. Consider using [[ISDBApplication::CurrentAddonInstallRoot]] path when developing new plugins.


''Introduced in MediaMonkey 3.1.2.1266 (3.1 beta 1).''
{{Introduced|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::ApplicationPath]]
*[[ISDBApplication::CurrentAddonInstallRoot]]
*[[ISDBApplication::EqualizerPath]]  
*[[ISDBApplication::EqualizerPath]]  
*[[ISDBApplication::IconsPath]]  
*[[ISDBApplication::IconsPath]]  
*[[ISDBApplication::ApplicationPath]]
*[[ISDBApplication::CurrentAddonInstallRoot]]
*[[ISDBApplication::ScriptsPath]]  
*[[ISDBApplication::ScriptsPath]]  
*[[ISDBApplication::SkinsPath]]
*[[ISDBApplication::SkinsPath]]

Latest revision as of 20:59, 20 April 2013

CoClass SDBApplication, Interface ISDBApplication

Property Get PluginsPath As String


Property description

Returns the path where plugins are located, e.g. C:\Program Files\MediaMonkey\Plugins\. Consider using ISDBApplication::CurrentAddonInstallRoot path when developing new plugins.

Introduced in MediaMonkey version 3.1.2.1266 (3.1 beta 1).


Related Topics