 |
 |
 |
Macintosh Library Modules |
 |
 |
 |
This module is the Mac OS 9 (and earlier) implementation of the os.path
module. It can be used to manipulate old-style Macintosh pathnames on Mac OS
X (or any other platform).
Refer to the
Python Library Reference for
documentation of os.path.
The following functions are available in this module:
normcase(),
normpath(),
isabs(),
join(),
split(),
isdir(),
isfile(),
walk(),
exists().
For other functions available in os.path dummy counterparts
are available.
Release 2.4.5, documentation updated on 18 October 2006.
See About this document... for information on suggesting changes.
|