Document.Path Property

Visio Automation Reference

Returns the drive and folder path of the Microsoft Office Visio document. Read-only.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.Path

expression   A variable that represents a Document object.

Return Value
String

Remarks

If the document has not been saved, the Path property of the Document object returns a zero-length string ("").

See Also