ResourceStream REALbasic Plugin |
|
ResourceStream.EOF Method
This function will return true when the end of the file has been reached when reading from a file.
EOF() as Boolean
Parameters
Returns
- Boolean
- Returns true if the end of the stream has been reached.
Remarks
See Also
ResourceStream Class