Gets the name of the application. | |
Syntax: | String = object.Name |
Description: | Returns a String containing the name of the
application. The name will be either "CIMEDIT.EXE" or
"CIMVIEW.EXE" .Example: Sub Application_Name() Dim oCimApp As
GefApplication Set oCimApp =
CimGetScreen.Application MsgBox "The current Application is " & oCimApp.Name End Sub |
See Also: | DefaultFilePath , FullName , Path |