how to not overwrite a text file in csharp

Code Example - how to not overwrite a text file in csharp

                
                        StreamWriter SW = new StreamWriter("Filename.txt", true);