I'm using this code for insert new line, it works in label,
System.IO.File.WriteAllText(@"C:\Users\hello\Desktop\hello.txt", "\n"+"hello"+"\n"+"hello \n");
but it doesn't work in txt file
I should use Environment.NewLine instead of \n