The function reads the string from the current file position. Applies to both CSV and binary files. For text files, the string will be read before the delimiter. For binary file, the given count of characters will be read to the string. To get the detailed error information, one has to call the GetLastError()function.
<b>handle</b>-File handle returned by the<ahref="20170707112515/http://www.metasys-seeker.net/MQL4_Reference_ver1/13-06_FileOpen.html">FileOpen()</a>function.