Opening Files
Once we have a logical file identifier hooked up to a physical file or device, we need to declare what we intend to do with the file:
- Open an existing file
- Create a new file
That makes the file ready to use by the program
We are positioned at the beginning of the file and are ready to read or write.