DefaultFilePath Property
Applies To
Binder object.
Description
Returns or sets the default path that Microsoft Office Binder uses when it either opens files or saves them. Read/write String.
Remarks
The default path after installation of Microsoft Office is C:\My Documents.
Example
This example displays the current default file path.
MsgBox "The current default file path is " & _
newBinder.DefaultFilePath