it novice
StreamWriter sw = new StreamWriter(“path”);
sw.Write(“"Hello \r World"”);
in the above code new line do not appear in the File.
Can some one help me to insert new line in File.