文件操作 - common.py
返回文件管理
返回主菜单
删除本文件
文件: /opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/toml/common.py
编辑文件内容
# content after the \ escapes = ['0', 'b', 'f', 'n', 'r', 't', '"'] # What it should be replaced by escapedchars = ['\0', '\b', '\f', '\n', '\r', '\t', '\"'] # Used for substitution escape_to_escapedchars = dict(zip(_escapes, _escapedchars))
修改文件时间
将文件时间修改为当前时间的前一年
删除文件