Path Property [Visio 2003 SDK Documentation]
Returns the drive and folder path of the Microsoft Office Visio application or a document.
strRet = object**.Path**
strRet String. The path of Visio or the indicated document.
object Required. An expression that returns an Application or Document object.
Version added
2.0
Remarks
If the document has not been saved, the Path property of the Document object returns a zero-length string ("").
Applies to | Application object | Document object | InvisibleApp object
See Also | FullName property | Name property