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