There are two tutorials on File IO in this section.
The first demonstrates how to read the entire contents of a file into a String, and output the entire contents of a String to a file using FilePickers.
The second explains how to read lines from a file one at a time so that we can store them in variables and manipulate them. It also covers how to output data to a file one piece at a time.