FullName Property

 

The FullName property returns the name of the document including the path. A document title (i.e. "Map1") is returned if the document has not been saved yet. Returns a string. This is a read-only property.

 

Syntax

object.FullName

 

Example

This example demonstrates how to return the full path and name of a document.

 

Debug.Print Doc.FullName

 

Used by: Document object