[Lazarus] TFileStream
Bart
bartjunk64 at gmail.com
Wed Jan 7 16:45:39 CET 2009
On 1/7/09, Dave Coventry <dgcoventry at gmail.com> wrote:
> How about if you wanted to change the contents of the start of a file?
> Does it work if you seek to the start of the file and write a couple
> of bytes, say, or do you have to rewrite the entire file?
Yes it will work. You will overwrite the existing data that were in
that location (as you'ld probably know already).
Bart
More information about the Lazarus
mailing list