ISDBApplication::CurrentAddonInstallRoot

From MediaMonkey Wiki
Revision as of 20:59, 20 April 2013 by Michal.kocarek (talk | contribs) (introduced → template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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