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