Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Path ====== Property of [[:scripting:api:application:start|IApplication]] ===== Description ===== Full path and name of the executable ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pstrPath = Application.Path; </code>==== Visual Basic Script ==== <code vb> pstrPath = Application.Path </code>==== C++ ==== <code cpp> BSTR pstrPath; HRESULT hr = Application.get_Path(&pstrPath); </code>===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~