Thanks to visit codestin.com
Credit goes to docs.python.org

This document is for an old version of Python that is no longer supported. You should upgrade, and read the Python documentation for the current stable release.

11.11. macpath — Mac OS 9 path manipulation functionsΒΆ

This module is the Mac OS 9 (and earlier) implementation of the os.path module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X (or any other platform).

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.

Previous topic

11.10. shutil — High-level file operations

Next topic

12. Data Persistence

This Page