Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读几个文件StorageFile,它似乎没有 LastModified 属性。是否有可能在某个地方找到这些信息,或者它已经完全消失了?
StorageFile
找到了!现在您必须通过BasicProperties诸如 LastAccessDate 之类的属性
BasicProperties
这是MSDN 链接