C++
AcCStdioFile( FILE* pOpenStream );
Description
Constructs an AcCStdioFile object from a pointer to a file that is already open.
This constructor calls the equivalent CStdioFile constructor which opens the corresponding operating-system file with the given path. CFileException is thrown if the file cannot be opened or created.
Parameters
Parameters | Description |
---|---|
pOpenStream | Input file pointer returned by a call to the C run-time function _tfopen |