python中的utime

utime(...)
    utime(path, (atime, mtime))
    utime(path, None)

    Set the access and modified time of the file to the given values.  If the
    second form is used, set the access and modified times to the current time.

posted on 2013-06-06 11:59  语辰  阅读(464)  评论(0编辑  收藏  举报