how to append a new line in a txt file csharp

Code Example - how to append a new line in a txt file csharp

                
                        File.AppendAllText("FileName.txt", "StringToADD" + Environment.NewLine);