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