文件操作 - macpath.rst.txt
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/python2-docs/html/_sources/library/macpath.rst.txt
编辑文件内容
:mod:`macpath` --- Mac OS 9 path manipulation functions ======================================================= .. module:: macpath :synopsis: Mac OS 9 path manipulation functions. This module is the Mac OS 9 (and earlier) implementation of the :mod:`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: :func:`normcase`, :func:`normpath`, :func:`isabs`, :func:`join`, :func:`split`, :func:`isdir`, :func:`isfile`, :func:`walk`, :func:`exists`. For other functions available in :mod:`os.path` dummy counterparts are available.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件