GefApplication.Path (read-only property)

Gets the directory path of the application
Syntax: String = object.Path
Description: For example, "C:\CIMPLICITY\HMI\EXE".

Example:

Sub Application_Path()
    
    Dim oCimApp As GefApplication
    Set oCimApp = CimGetScreen.Application
    MsgBox "The path of " & oCimApp.Name & _
        " is " & oCimApp.Path
    
End Sub
See Also: DefaultFilePath , FullName , Name