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