atEndOfStream

Gets the pointer’s overall status over the text stream.


ReadWrite

ReadOnly


Syntax

expression.atEndOfStream

Parameters

None

Returns

Type: Boolean

📝Note

The atEndOfStream property returns True if the file pointer is at the end of a file, and False if not.

See also
ReadText Method.

Back to Properties overview