SyntaxFix
Write A Post
Hire A Developer
Questions
To update this ancient question for .NET 4, there is now a much neater way:
var lines = File.ReadAllLines(filename); foreach (string line in lines) { Console.WriteLine(line); }