CFile::Duplicate
virtualCFile*Duplicate()const;
throw(CFileException);
Return Value
A pointer to a duplicate CFile object.
Remarks
Constructs a duplicate CFile object for a given file. This is equivalent to the C run-time function _dup.
virtualCFile*Duplicate()const;
throw(CFileException);
Return Value
A pointer to a duplicate CFile object.
Remarks
Constructs a duplicate CFile object for a given file. This is equivalent to the C run-time function _dup.