This module is the Macintosh implementation of the os.path module. It is most portably accessed as os.path . Refer to the Python Library Reference for documentation of os.path.
The following functions are available in this module: normcase(), normpath(), isabs(), join(), split(), isdir(), isfile(), walk(), exists(). For other functions available in os.path dummy counterparts are available.
See About this document... for information on suggesting changes.