"Ian Bartholomew" <
[hidden email]> wrote in message
news:8eJW8.16392$VP6.1075403@stones...
> John,
>
> I very rarely use File as FileStream is, IMHO, much more user friendly but
> looking at the code it would seem that
>
> atEnd
> ^self position = self size
>
Thanks Ian. The only reason I'm using File instead of FileStream
is because I'm building a filter to deal with hundred megabyte files
and I'm reading in chunks for speed.
John