Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 338
joshcomley Avatar asked Jun 16 '09 01:06

joshcomley


1 Answers

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.

like image 126
Josh Avatar answered Oct 28 '22 17:10

Josh