csharp apend row in text fole txt

Code Example - csharp apend row in text fole txt

                
                        File.AppendAllText(@"c:\path\file.txt", "text content" + Environment.NewLine);