Returns the name and full path of an application.
Remark: To retrieve the name of the current executable, use
ExeInfo.
// Retrieve the name and the full path of the current application
ExeNameRes = SysNameExe(SysInstance())
Syntax
<Result> = SysNameExe(<Executable Instance>)
<Result>: Character string
Name and full path of the specified application.
<Executable Instance>: Integer
Instance of the executable of the application to use. The instance of an application is returned by SysInstance.