FullName Property

 

The FullName property returns the full path and file name of the application. Returns a string.

 

Syntax

object.FullName

object.FullName = FullName

 

Example

This example returns the full path and name of the application.

 

'Return the full path and name of the application

  Debug.Print "Application path and name is "; VoxlerApp.FullName

 

Used by: Application object

 

 

See Also

Automation Model