C++
AcCStdioFile( LPCTSTR lpszFileName, UINT nOpenFlags );
Description
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.
Parameters
Parameters | Description |
---|---|
lpszFileName | Input the relative or absolute path to the desired file |
nOpenFlags | Input sharing and access mode. Specifies the action to take when the file is opened. |