Input/Output
File Handles
- A file handle is a pointer to an open i/o stream
- Files handles enable input (reading) or output (writing)
- By convention, file handles are named using UPPERCASE characters
- There is no special dereferencing character preceding file handle names
- File handles can refer to files, pipes, or socket connections