try-catch to handle exceptions like FileNotFoundException.
StreamWriter overwrites by default. To append, pass true as the second argument.
1. Which class is used to read from a file in C#?
2. How do you append content to a file?
3. What exception is thrown when a file is not found?
4. Which method deletes a file?