Re: Cross version compatible way to set the file pointer to eof
Re: Cross version compatible way to set the file pointer to eof
- Subject: Re: Cross version compatible way to set the file pointer to eof
- From: Timothy Bates <email@hidden>
- Date: Fri, 07 Dec 2001 11:50:18 +1100
On 7/12/01 11:26 AM, "Shane Stanley" <email@hidden> wrote:
>
Performance-wise,
>
write "string" to f starting at eof
>
and
>
write string to f
>
seem exactly the same to me. One just takes longer to type...
I thought the file would have to seek to the end each time? Thus I thought
it could be slow on a big file, but I did not check. If you are right then I
have my solution already :-)
Thanks
tim