python 文件被重命名,如何获取“重命名时间”
假设某些文件被Python脚本重命名,是否可以使用Python获得这个“重命名时间”(可以在Far Manager中看到)? (Windows)
似乎不可能通过STAT等 有什么想法吗?
lets say that some files were renamed by Python script, is it possible to get this 'rename time' using Python (It can be seen in Far Manager)? (Windows)
It seems it is not possible through STAT, etc
Any ideas ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你问如何获取文件的修改日期,就是这样:
If you're asking how to get the modification date of the file, it's this:
这是不可能的,操作系统不存储有关文件的此类信息。由“atzz”在评论中回答
It is impossible, OS does not store such info about files. Answered by 'atzz' in comment