Class Hierarchy
AcCFile
C++
class AcCFile : public CFile;
File
AcCFileWrappers.h
Description
AcCFile is derived from CFile, but unlike its base class, AcCFile also supports reading and writing of string data type. Whenever reading/writing of string data type is involved, conversion will take place to match input wide strings to the output format, and vice-versa. Please refer to setCharFormat() for more information on text file formats.