简体   繁体   English

如何查找文件的上次修改日期?

[英]How to find files last modified date?

I am reading several files as StorageFile and it doesn't seem to have a LastModified property. 我正在读取几个文件作为StorageFile ,它似乎没有LastModified属性。 Is it possible to find somewhere this information or is it gone completely? 是否有可能在某处找到此信息或信息已完全消失?

Found it! 找到了! Now you have to go via BasicProperties for properties like LastAccessDate 现在,您必须通过BasicProperties来获取LastAccessDate之类的属性

Here is the MSDN link 这是MSDN链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM