Is there a way to find the last modified date of an embedded resource in .NET?

冷暖自知 提交于 2019-12-10 17:24:19

问题


Does anybody know a way of doing this (at runtime)?

I'm not sure I can elaborate much more in the description than is already given away in the title, but if you feel I missed something do say!


回答1:


The .resx file itself should have a modified date associated with it, but you won't be able to get the modified date of individual resources within that file.



来源:https://stackoverflow.com/questions/999179/is-there-a-way-to-find-the-last-modified-date-of-an-embedded-resource-in-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!