Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the specified autosaved file.
virtual BOOL DeleteAutosavedFile(
const CString &strAutosavedFile
);
Parameters
Parameter |
Description |
[in] strAutosavedFile |
A string that contains the autosaved file name. |
Return Value
The default implementation always return TRUE.
Remarks
If this method cannot delete the autosaved file, it saves the name of the file in a list. The destructor for the CDataRecoveryHandler tries to delete each autosaved file specified in that list.
Requirements
Header: afxdatarecovery.h