Path Property [Application]
The Path property returns the path of the application without a file name. Returns a String. This is a read-only property.
Syntax
object.Path
Remarks
The Path property returns the path without the file name or trailing backslash, for example, "C:\GS\data".
Example
This example demonstrates how to return the path of the Grapher application.
Debug.Print GrapherApp.Path
Used by: Application object