获取文件修改时间

FileInfo fi =new FileInfo(path)
Datetime fleModfiy=fi.LastWriteTime //文件的最后修改时间
原文地址:https://www.cnblogs.com/Ares-blog/p/4072732.html