Document.FullName Property

Visio Automation Reference

Returns the name of a document, including the drive and path. Read-only.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.FullName

expression   A variable that represents a Document object.

Return Value
String

Remarks

Use the FullName property to obtain a document's drive, folder path, and file name as one string. The returned value can include UNC drive names (for example, \\drive\folder).

See Also