The GetApplicationExe function retrieves the EXE pathname if the application is an executable file.
For DLL applications, use GetApplicationDll.
Syntax
String Global.GetApplicationExe()
Parameters
The GetApplicationExe function has no parameters.
Return value
The GetApplicationExe function returns the full pathname.
If an error occurs, the GetApplicationExe function returns an empty string.
Example
path = GetApplicationExe()