CArchive::GetFile
Gets the CFile object pointer for this archive.
CFile* GetFile( ) const;
Возвращаемое значение
A constant pointer to the CFile object in use.
Заметки
You must flush the archive before using GetFile.
Пример
const CFile* fp = ar.GetFile();
Требования
Header: afx.h