File I/O Basics
The external file name which is used by the operating system and the programmer
- infile.dat and outfile.dat
-
The stream name which is used by the program to access and manipulate the file
The external name is typically used only once (as the argument to the function open)
After the file is opened the file is always referred to by naming the stream that is connected to the file