🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](persistence.xhtml "数据持久化") | - [上一页](shutil.xhtml "shutil --- High-level file operations") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - [文件和目录访问](filesys.xhtml) » - $('.inline-search').show(0); | # [`macpath`](#module-macpath "macpath: Mac OS 9 path manipulation functions.") --- Mac OS 9 路径操作函数 **源码:** [Lib/macpath.py](https://github.com/python/cpython/tree/3.7/Lib/macpath.py) \[https://github.com/python/cpython/tree/3.7/Lib/macpath.py\] Deprecated since version 3.7, will be removed in version 3.8. - - - - - - 该模块是 [`os.path`](os.path.xhtml#module-os.path "os.path: Operations on pathnames.") 模块的 Mac OS 9(及更早版本)实现。 它可用于在 Mac OS X(或任何其他平台)上操作旧式Macintosh路径名。 该模块中提供了以下函数:`normcase()` 、 `normpath()` 、 `isabs()` 、 `join()` 、 `split()` 、 `isdir()` 、 `isfile()` 、 `walk()` 、 `exists()`。 对于其他可用的函数 [`os.path`](os.path.xhtml#module-os.path "os.path: Operations on pathnames.") 虚拟对应可用。 ### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](persistence.xhtml "数据持久化") | - [上一页](shutil.xhtml "shutil --- High-level file operations") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - [文件和目录访问](filesys.xhtml) » - $('.inline-search').show(0); | © [版权所有](../copyright.xhtml) 2001-2019, Python Software Foundation. Python 软件基金会是一个非盈利组织。 [请捐助。](https://www.python.org/psf/donations/) 最后更新于 5月 21, 2019. [发现了问题](../bugs.xhtml)? 使用[Sphinx](http://sphinx.pocoo.org/)1.8.4 创建。