cpython/Doc/mac/libmac.tex

30 lines
899 B
TeX
Raw Normal View History

1998-08-10 15:40:22 -03:00
\section{\module{macpath} ---
MacOS path manipulation functions}
1999-03-02 12:37:17 -04:00
\declaremodule{standard}{macpath}
% Could be labeled \platform{Mac}, but the module should work anywhere and
% is distributed with the standard library.
\modulesynopsis{MacOS path manipulation functions.}
This module is the Mac OS 9 (and earlier) implementation of the \module{os.path}
module. It can be used to manipulate old-style Macintosh pathnames on Mac OS
X (or any other platform).
Refer to the
1999-11-10 12:13:25 -04:00
\citetitle[../lib/lib.html]{Python Library Reference} for
documentation of \module{os.path}.
1994-01-01 21:22:07 -04:00
The following functions are available in this module:
\function{normcase()},
\function{normpath()},
\function{isabs()},
\function{join()},
\function{split()},
\function{isdir()},
\function{isfile()},
\function{walk()},
\function{exists()}.
For other functions available in \module{os.path} dummy counterparts
1996-07-20 23:20:58 -03:00
are available.