Path

Property of IApplication

Description

Full path and name of the executable

Property type

Read-Only Property of type BSTR

Syntax

JavaScript

var pstrPath = Application.Path;

Visual Basic Script

pstrPath = Application.Path

C++

BSTR pstrPath;
HRESULT hr = Application.get_Path(&pstrPath);

See Also

IApplication