Gets the full pathname of the application. | |
Syntax: | String = object.FullName |
Description: | For example,
"C:\CIMPLICITY\HMI\EXE\CIMEDIT.EXE". The path to application
is included .Example: Sub Application_FullName() Dim oCimApp As
GefApplication Set oCimApp =
CimGetScreen.Application MsgBox "The full path of " &
oCimApp.Name & _ " is " &
oCimApp.FullName End Sub |
See Also: | DefaultFilePath , Name , Path |