On 1/7/09, Dave Coventry <[email protected]> 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 [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
