|
Previous Top Next |
The DefaultPath property is used in the SetDefaultPath, SetDefaultFolder, SetDefaultDir, SelectFile and SelectDir methods and is used to store the default path to use. If ForceDefaultPath property is set to TRUE then the DefaultPath is forced as the default path when the FileDialog is opened in the SelectFile method. If ForceDefaultPath is set to FALSE then the DefaultPath is only used if no path is passed to SelectFile. Note that ForceDefaultPath does not currently apply to the SelectDir method.
It is declared as:
DefaultPath CString(2049)