DefaultFilePath Property |
The DefaultFilePath property gets or sets the default path for opening and saving worksheets.
bStr = objMC.DefaultFilePath
objMC.DefaultFilePath = bStr
Element |
Description |
bStr |
A string containing the default path for opening and saving worksheets. |
objMC |
A Mathcad application object. |