|
Called when the user is asked to save a file that has been specified, or SaveAs is choosen from the file menu with no file yet specified. Default is to return false.
- Parameters:
-
| inFileSpec | CP_FileSystemSpec that specifies the name and location of the file. |
| inCreator | The creator code for the file holding the data. |
| inType | The file type of the file holding the data. |
| inFileExtension | Any file extension to add to the files name. |
| inReplaceFile | If true, replace any existing file with the same name. |
- Returns:
- bool Return true if the operation was successful.
Reimplemented in CP_Document_Base. |