Skip to content

Files

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.

ClassDescription
CFileBase file operations class
CFileBinBinary file operations class
CFileTxtText file operations class
Last updated on