This module is the Macintosh implementation of the os.path module. It is most portably accessed as 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.