c# - Access File information of embedded resource file -


i access piece of file information embedded resource file (in case, last modified date) without having save temp file on disk first. possible?

there 1 other topic asking similar question (goto topic) couple of years ago, there 1 answer (no) , hoping know of way @ point.

thanks!

the original answer remains correct. when add file resource contents of file stored, not metadata (wich stored in file system tables).

you add string resource , manually populate data before compile.


Comments