DoSave(fileName, bReplace)
Calls the underlying MFC DoSave method.
Parameters
fileName : string
The name of the file to save to.bReplace=1 : int
Should an existing file be silently replaced?.
Comments
If invalid or no filename, will prompt for a name, else
will perform the actual saving of the document.
See Also
PyCDocument.DoSave virtual method
Undocumented MFC References
CDocument::DoSave