There are a lot of different ways to read and write files (text files, not binary) in C#.
I just need something that is easy and uses the least amount of c
You're looking for the File, StreamWriter, and StreamReader classes.
File
StreamWriter
StreamReader