source: vendor/python/2.5/Doc/lib/filesys.tex

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 661 bytes
Line 
1\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}
Note: See TracBrowser for help on using the repository browser.