blob: 0c682c85c429e7d6b675e449bc9917de7ad443cb [file] [log] [blame]
Andrew M. Kuchlingaffd42d2005-12-22 20:12:39 +00001\chapter{File and Directory Access}
2\label{filesys}
3
4The modules described in this chapter deal with disk files and
5directories. For example, there are modules for reading the
6properties of files, manipulating paths in a portable way, and
7creating temporary files. The full list of modules in this chapter is:
8
9\localmoduletable
10
11% XXX can this be included in the seealso environment? --amk
12Also see section \ref{bltin-file-objects} for a description
13of Python's built-in file objects.
14
15\begin{seealso}
16 \seemodule{os}{Operating system interfaces, including functions to
17 work with files at a lower level than the built-in file object.}
18\end{seealso}