CArchive::GetFile
Visual Studio .NET 2003
Gets the CFile object pointer for this archive.
CFile* GetFile( ) const;
Return Value
A constant pointer to the CFile object in use.
Remarks
You must flush the archive before using GetFile.
Example
extern CArchive ar; const CFile* fp = ar.GetFile();
See Also
CArchive Overview | Class Members | Hierarchy Chart | CArchive::Flush