Next Topic

Previous Topic

Book Contents

Read

string Read(int iSize)

Return values

An array with the data read from the file; otherwise 0, and a specific error code can be retrieved by calling global function GetLastError.

Parameters

  • iSize - Size to read from the file, when function returns it will contain how much was read that can be less then the requested size.

Remarks

This function will fail if a file have not been opened.