Yurttas/PL/SL/python/docs/core-python-programming/doc/20/mac/module-macpath.html

Revision as of 20:05, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/mac/module-mac.html|[[Image:yurttas_P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

2.2 macpath -- MacOS path manipulation functions

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.