macpath -- Python library reference
Next: ctb
Prev: mac
Up: Macintosh Specific Services
Top: Top
14.2. Standard Module macpath
This module provides a subset of the pathname manipulation functions
available from the optional standard module posixpath
. It is
best accessed through the more portable standard module os
, as
os.path
.
The following functions are available in this module:
normcase
,
isabs
,
join
,
split
,
isdir
,
isfile
,
exists
.
Next: ctb
Prev: mac
Up: Macintosh Specific Services
Top: Top