Archive: attach a text to a textfile


attach a text to a textfile
hello,

i have an empty txt-file.
i open it, write something in it and close it.
this works great.
but later in my installer i open the file again to attach something at the end of the file.
so i open it, write something in it and close it.

but when i do so the older content will be deleted.

what is the easiest way to attach text to a textfile???

thanks for help


Use FileSeek to seek to the end of the file before you write further data into it.