IWinApplicationClass.Binary

Syntax

Binary: String;

Description

The Binary property returns path and name of the executable file that started the current version of platform.

Example

Sub UserProc;
Begin
    Debug.WriteLine(WinApplication.Binary);
End Sub UserProc;

On executing the example the console window displays path and name of the file that launched the current platform version.

See also:

IWinApplicationClass