macpath (File & Directory Access) – Python 中文开发手册

[
  •   Python 中文开发手册

    macpath (File & Directory Access) - Python 中文开发手册

    该模块是模块的Mac OS 9(及更早版本)实现os.path。它可用于在Mac OS X(或任何其他平台)上操作旧式Macintosh路径名。

    以下功能在此模块中可用:normcase(),normpath(),isabs(),join(),split(),isdir(),isfile(),walk(),exists()。对于其他可用的os.path虚拟对口功能。

  •   Python 中文开发手册
    ]
    转载请保留页面地址:https://www.breakyizhan.com/python/35065.html
    原文地址:https://www.cnblogs.com/breakyizhan/p/13238710.html