如何从文件夹中获取文件的时间戳

时间:2016-08-24 14:22:41

标签: java date filesystems

假设我在/ home / netsys / Documents / Backup / lxr100_trunk_Aug22nd / lxr100 / build / web / WebPages / reports .... report文件夹中有一个名为xyz.csv的文件..如何获取文件的时间。 ..在java中

1 个答案:

答案 0 :(得分:0)

[edit]文件类中的lastModified() - 方法似乎正是您要找的?

[原始答案] 您是否尝试过http://www.roseindia.net/java/java-get-example/java-get-file-timestamp.shtml

中建议的解决方案