Overload List
Method | Description |
---|---|
![]() | Constructs an AcCFile object. This constructor does not open a file; instead it sets m_hFile to CFile::hFileNull. It also sets the new line expansion to false by default. |
![]() | Constructs an AcCFile object from an existing file handle. This constructor sets the new line expansion to false by default. |
![]() | Constructs an AcCFile object from a file path. This constructor sets the new line expansion to false by default. Since AcCFile is derived from CFile, please refer to MSDN documentation on CFile class constructor for more information on the possible values for the nOpenFlags parameter. |