The drive, path and filename of the currently running instance of PLUS.exe or a dBASE Plus application .exe.

Property of

_app object

Description

exeName is a read-only property used to support error handling.

When running PLUS.exe, the exeName property will include the drive, path, and file name for the currently running instance of PLUS.exe.

For example:

C:\Program Files\dBASE\Plus\bin\PLUS.exe

When running a dBASE Plus application .exe, the exeName property will include the drive, path, and file name of the running application.

In both instances, the exeName property preserves the case of the folder and .exe names (except on Win 9x where it is converted to uppercase). When starting an application .exe as a parameter to PLUSrun.exe, the exeName property will use the case entered on the command line for the applications path & name.