I am writing a game in C# / XNA and I need to make the streamwriter write to the text file on the next available line. For example, it would be like this ("Username" + " " + "Score"), and this does write to the file, but it overwrites the previous text that was there. I simply want to make it add new entries on a new line. Thanks for any help you give :)