Hello, when I use streamwriter, it writes the data, then puts the cursor to the top of the document, it tends to overwrite it I think? How do I make it go at the bottom so it prints the next lot below it?

StreamWriter.EndOfStream(); doesn't work