Returns the name (including the path) of the application.
Syntax
stringVariable = object.FullName
Where:
stringVariable is a variable for storing the FullName.
object is the Application object.
Examples...
FullName property example