Reads a single line from a file. Starts at the current position of the pointer in the file.
C#
sLine = FileReadLine (hFile);
VB
sLine = FileReadLine (hFile)
| Variable | Description |
|---|---|
| sLine | A line from the file, or null if EOF was reached. String |
| hFile | The handle of the file. FileHandle. |