source: vendor/python/2.5/Doc/mac/libmac.tex

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

Python 2.5

File size: 899 bytes
Line 
1
2\section{\module{macpath} ---
3 MacOS path manipulation functions}
4
5\declaremodule{standard}{macpath}
6% Could be labeled \platform{Mac}, but the module should work anywhere and
7% is distributed with the standard library.
8\modulesynopsis{MacOS path manipulation functions.}
9
10
11This module is the Mac OS 9 (and earlier) implementation of the \module{os.path}
12module. It can be used to manipulate old-style Macintosh pathnames on Mac OS
13X (or any other platform).
14Refer to the
15\citetitle[../lib/lib.html]{Python Library Reference} for
16documentation of \module{os.path}.
17
18The following functions are available in this module:
19\function{normcase()},
20\function{normpath()},
21\function{isabs()},
22\function{join()},
23\function{split()},
24\function{isdir()},
25\function{isfile()},
26\function{walk()},
27\function{exists()}.
28For other functions available in \module{os.path} dummy counterparts
29are available.
Note: See TracBrowser for help on using the repository browser.