The ApplicationFolder property returns the folder of the application with a trailing back slash (\). Returns a string. This is a read-only property.
Syntax
object.ApplicationFolder
Example
This example returns the MapViewer application folder:By default, C:\Program Files\Golden Software\MapViewer\8\
Debug.Print mvapp.ApplicationFolder
Used by: Application object