Description
Returns the full path of the application EXE.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property FullName As String |
Example
Private Sub FullNamePropExample()
Dim myName As String
myName = Application.FullName
MsgBox ("Name is: " & myName)
End Sub
See Also