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 returnsTrue
if the file pointer is at the end of a file, andFalse
if not.
- See also
- ReadText Method.