FullFileName Property

 

The FullFileName property returns the full path and name of the application. For example, " c:\program files\golden software\MapViewer\map.exe." Returns a string. This is a read-only property.

 

Syntax

object.FullFileName

 

Example

This example demonstrates how to return the full path and name of the MapViewer application.

 

Debug.Print mvApp.FullFileName

 

Used by: Application object