Overload List
Method | Description |
---|---|
![]() | Constructor. |
![]() | 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. |
![]() | This constructor constructs an AcCStdioFile object and opens the corresponding operating-system file with the given path. For the nOpenFlags argument, you can combine options by using the bitwise OR (|) operator. One access permission and a text-binary specifier are required; the create and noInherit modes are optional. |