File Operations

This section contains the technical details of the file operations classes and descriptions of the corresponding components of the MQL5 standard library.

The file operations classes will save time in developing applications using file input/output operations.

The MQL5 Standard Library (in terms of file operations) is located in the working directory of the terminal in the Include\Files folder.

Class

Description

CFile

Base file operations class

CFileBin

Binary file operations class

CFileTxt

Text file operations class