Introduction
Reading file data lets your program get information stored in files. This helps your program use or show data saved earlier.
You want to load a list of names saved in a text file.
You need to read settings from a file to configure your app.
You want to process a log file to find errors.
You want to read a saved message or note from a file.