Sets or returns the default path used for opening files.
Syntax
stringVariable = object.DefaultFilePath
object.DefaultFilePath = <string>
Where:
stringVariable is a variable for storing the name of the path.
object is the Application object.