Python os.utime() 方法

python os.utime() 方法

python os 文件/目錄方法python os 文件/目錄方法

os.utime() 方法用于設(shè)置指定路徑文件最后的修改和訪問時間。

在unix,windows中有效。

 

語法

utime()方法語法格式如下:

os.utime(path, times)

 

參數(shù)

  • path -- 文件路徑
  • times -- 如果時間是 none, 則文件的訪問和修改設(shè)為當前時間 。 否則, 時間是一個 2-tuple數(shù)字, (atime, mtime) 用來分別作為訪問和修改的時間。

 

返回值

該方法沒有返回值。

 

實例

以下實例演示了 utime() 方法的使用:

#!/usr/bin/python
# -*- coding: utf-8 -*-
import os, sys
# 顯示文件的 stat 信息
stinfo = os.stat('a2.py')
print stinfo
# 使用 os.stat 來接收文件的訪問和修改時間
print "a2.py 的訪問時間: %s" %stinfo.st_atime
print "a2.py 的修改時間: %s" %stinfo.st_mtime
# 修改訪問和修改時間
os.utime("a2.py",(1330712280, 1330712292))
print "done!!"

執(zhí)行以上程序輸出結(jié)果為:

posix.stat_result(st_mode=33188, st_ino=3940649674337682l, st_dev=277923425l, st
_nlink=1, st_uid=400, st_gid=401, st_size=335l, st_atime=1330498070, st_mtime=13
30498074, st_ctime=1330498065)
a2.py 的訪問時間: 1330498070
a2.py 的修改時間: 1330498074
done!!

python os 文件/目錄方法python os 文件/目錄方法

下一節(jié):python os.walk() 方法

python 教程

相關(guān)文章
亚洲国产精品第一区二区,久久免费视频77,99V久久综合狠狠综合久久,国产免费久久九九免费视频