ISDBApplication::CurrentAddonInstallRoot: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (introduced → template)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
===Property description===
===Property description===


Mostly used in [[Installation Packages]]
Mostly used in [[Installation Packages]].


Returns the path where plugins are located for current extension, e.g. ''C:\Users\<USERNAME>\AppData\Roaming\MediaMonkey\Plugins\''.
Returns the path where plugins are located for current extension, e.g. <tt>C:\Users\<USERNAME>\AppData\Roaming\MediaMonkey\Plugins\</tt>. Addons should be installed to path returned by this property.


Introduced in MediaMonkey 4.0
{{Introduced|4.0}}
 
=== Related Topics ===
 
*[[ISDBApplication::PluginsPath]]
*[[ISDBApplication::ApplicationPath]]
*[[ISDBApplication::SkinsPath]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 20:59, 20 April 2013

CoClass SDBApplication, Interface ISDBApplication

Property Get CurrentAddonInstallRoot As String


Property description

Mostly used in Installation Packages.

Returns the path where plugins are located for current extension, e.g. C:\Users\<USERNAME>\AppData\Roaming\MediaMonkey\Plugins\. Addons should be installed to path returned by this property.

Introduced in MediaMonkey version 4.0.


Related Topics