Path Property [Application]

Path returns the path of the application (no file name). Returns a string. This is a read-only property.

Syntax

object.Path

Remarks

Returns the path without the file name or trailing backslash, for example, "c:\program files\golden

Example 1

This example demonstrates how to return the path of the Surfer application.

Debug.Print SurferApp.Path

Example 2

This script displays all the properties in the Application object.

Used by: Application object