ReadFileLine
Reads a line from a text file.
native bool ReadFileLine(Handle hndl, char[] buffer, int maxlength)Parameters
char[] buffer
String buffer to hold the line.
int maxlength
Maximum size of string buffer.
Return Value
bool True on success, false otherwise.