On 1/7/09, Dave Coventry <dgcoven...@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 _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus