ISDBApplication::ApplicationPath: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (style)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==[[SDBApplication#ISDBApplication_members|ISDBApplication]]::ApplicationPath==
{{MethodDeclaration|SDBApplication|ISDBApplication|Property Get ApplicationPath As String}}


''Property Get ApplicationPath As String''
===Property description===


No parameters
Returns the path where MediaMonkey.exe is located, e.g. <tt>C:\Program Files\MediaMonkey\</tt>.
 
===Property description===
=== Related Topics ===  


Returns the path where MediaMonkey.exe is located.
*[[ISDBApplication::MyMusicPath]]
*[[ISDBDatabase::Path]]
*[[ISDBApplication::CurrentAddonInstallRoot]]
*[[ISDBApplication::EqualizerPath]]
*[[ISDBApplication::IconsPath]]
*[[ISDBApplication::PluginsPath]]
*[[ISDBApplication::ScriptsPath]]
*[[ISDBApplication::SkinsPath]]


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

Latest revision as of 19:28, 20 April 2013

CoClass SDBApplication, Interface ISDBApplication

Property Get ApplicationPath As String


Property description

Returns the path where MediaMonkey.exe is located, e.g. C:\Program Files\MediaMonkey\.

Related Topics