blob: b7a5d89239dc437d67e1fc5dbe641bce981eb2f2 [file] [log] [blame]
Georg Brandlc575c902008-09-13 17:46:05 +00001:mod:`macpath` --- Mac OS 9 path manipulation functions
2=======================================================
Georg Brandl116aa622007-08-15 14:28:22 +00003
4.. module:: macpath
Georg Brandlc575c902008-09-13 17:46:05 +00005 :synopsis: Mac OS 9 path manipulation functions.
Georg Brandl116aa622007-08-15 14:28:22 +00006
7
8This module is the Mac OS 9 (and earlier) implementation of the :mod:`os.path`
9module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X
10(or any other platform).
11
12The following functions are available in this module: :func:`normcase`,
13:func:`normpath`, :func:`isabs`, :func:`join`, :func:`split`, :func:`isdir`,
14:func:`isfile`, :func:`walk`, :func:`exists`. For other functions available in
15:mod:`os.path` dummy counterparts are available.
16