Chapter 2. File I/O

Table of Contents
In this chapter...
Assumed knowledge
Angle brackets - the line input and globbing operators
open() and friends - the gory details
Finding information about files
Recursing down directories
File locking
Handling binary data
Chapter summary

In this chapter...

In this section, we learn how to open and interact with files and directories in various ways.