10.12. macpath — Mac OS 9 path manipulation functions — Python 2.7.18 documentation (original) (raw)
This module is the Mac OS 9 (and earlier) implementation of the os.pathmodule. It can be used to manipulate old-style Macintosh pathnames on Mac OS X (or any other platform).
The following functions are available in this module: normcase()
,normpath()
, isabs()
, join()
, split()
, isdir()
,isfile()
, walk()
, exists()
. For other functions available inos.path dummy counterparts are available.