fileMustExist

Type: Boolean

Default Value: True

Set the fileMustExist property of the CMDFileSave class to true to specify that the user can enter only names of existing files in the File Name text box of the common File Save dialog. If the value of this property is true and the user enters an invalid file name, a warning is displayed. As this method currently does not work because of a Microsoft problem, you should use the CMDFileOpen class fileMustExist property if you require this functionality.