SoftwareSphere Home

MFCPlus Class Library

Package MFXFile

Classes to use the file system, and read and write files in various formats.

CDataFile Class to read/write from/to binary files pieces of data of different formats. Has methods to read/write byte, short, int, long, time and string values.
CDirectory Class to manage a directory path and its components.
CFileFilter Class to contain a list of file extensions used as a file filter.
CFileFindEx Class to scan directories and retrieve file names and attributes, with optional filter and recursive subfolders.
CFileFinder Class to execute file searches with file filters and recursive subdirectories.
CFileManip Class to call system and shell operations from the program.
CFilePath Class to manage a file path and its parts.
CFileSize Class to express a file size using the most convenient unit (Byte, kB, MB, GB).
CFileSystem Class which encapsulates the file system functions for creating directories, checking files existence and so on.
CFileWildCard Class to search files with wildcard filters.
CIniFile Class for reading and writing ASCII files in the format of Windows.ini files.
CIniSet Class to create, edit, load and save an INI file.
CRelativePath Class to calculate a relative path given an absolute path and vice versa, given a reference file or folder path.
CSourceWriter Class to write C++ source code, has methods to write some C/C++ code pieces.
CTextFile A file class specialized in text input or output.