The Path property returns the path of the document without the file name. If the file has not been saved the document title (i.e. "Map1") is returned. Returns a string. This is a read-only property.
Syntax
object.Path
Example
This example demonstrates how to return the path of a map document.
Debug.Print Plot.Path
Used by: Document object