====== 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 ====
var pstrPath = Application.Path;
==== Visual Basic Script ====
pstrPath = Application.Path
==== C++ ====
BSTR pstrPath;
HRESULT hr = Application.get_Path(&pstrPath);
===== See Also =====
[[:scripting:api:application:start|IApplication]]
~~NOTOC~~