ReadToEnd

Reads the file from the current position to the end.

SYNTAX
ReadToEnd()
RETURN The rest of the file from the current position to the end as a string. If the current position is the end of the file, an empty string ("") is returned.