Introduction - If you have any usage issues, please Google them yourself
C# file read and write, use the FileStream class to read the file, use the StreamWriter to write the file data, and then use the StreamReader to read the file, line by line output.