c# overwrite text file code example Example: how to not overwrite a text file in c# StreamWriter SW = new StreamWriter("Filename.txt", true);