gpt4 book ai didi

Python获取文件的最后一次读取时间

转载 作者:太空宇宙 更新时间:2023-11-04 06:56:22 25 4
gpt4 key购买 nike

<分区>

我正在寻找一种解决方案来获取最后读取文件的时间。该文件将不会被修改或创建,只是以阅读模式打开。这有效,但仅适用于写入文件。如果我以读取模式打开文件,时间不正确:

f = open('my_path/test.txt', 'r')
f.close()

print time.ctime(os.stat('my_path/test.txt').st_mtime)

有什么提示吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com