Click to See Complete Forum and Search --> : Write text to the end of a file


markwalker84
July 11th, 2006, 06:40 AM
Hi there,

I am trying to write to an already existing .txt file without overwriting the data already there.

I am using the StreamRead / Writer code to perfomr my file handling so far... is there a way to do just start writing at the end of what is already there?


Thanks,


Mark

Krishnaa
July 11th, 2006, 07:04 AM
You have AppendText function.

markwalker84
July 11th, 2006, 09:01 AM
That is brilliant! thank you :-)