Document.DefaultSavePath Property
Visio Automation Reference |
Gets or sets the path to the location where Microsoft Office Visio saves the current document by default. Read/write.
Version Information
Version Added: Visio 2007
Syntax
expression.DefaultSavePath
expression An expression that returns a Document object.
Return Value
String
Remarks
Note |
---|
The DefaultSavePath property is run-time only, and the property setting persists for the life of the current document, but not beyond. |
See Also