本文介绍了在Windows中查找最新的(基于时间的).txt文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想读取最新创建的文本文件.文件名不是常量(即小时,文件名正在更改),例如filename-1449,一些filename-1450(即14小时50分钟) .
是否可以从最近修改的时间读取.

i want to read latest text file created.the file name is not constant(i. hours, minuets is changing in file name),for example filename-1449,some filename-1450(i.e,14 hr,50 min).
is it possible to read from latest modified time.
can any one help me how is it possible.

推荐答案



这篇关于在Windows中查找最新的(基于时间的).txt文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 23:06