文件操作 - ldifcopy.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/python-ldap-2.4.15/Demo/Lib/ldif/ldifcopy.py
编辑文件内容
""" ldifcopy - reads LDIF from stdin, retrieve values by URL and write resulting LDIF to stdout Written by Michael Stroeder <michael@stroeder.com> $Id: ldifcopy.py,v 1.2 2001/12/12 22:04:49 stroeder Exp $ This example translates the naming context of data read from input, sanitizes some attributes, maps/removes object classes, maps/removes attributes., etc. It's far from being complete though. Python compability note: Tested on Python 2.0+, should run on Python 1.5.x. """ import sys,ldif infile = sys.stdin outfile = sys.stdout ldif_collector = ldif.LDIFCopy( infile, outfile, process_url_schemes=['file','ftp','http'] ) ldif_collector.parse()
修改文件时间
将文件时间修改为当前时间的前一年
删除文件