Share via


CDataRecoveryHandler::DeleteAutosavedFile

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

See Also

Reference

CDataRecoveryHandler Class

Hierarchy Chart

CDataRecoveryHandler::DeleteAllAutosavedFiles