S
Sky Sigal
Hello:
Been looking at the specs for the WebResources attribute in Net framework 2.0 and looking to emulate
it in 1.1
One of the parts needed extracts the build time of the assembly... But I can't for the life of me
figure out how they did that for . Reflection gets me to a CodeBase -- but not the ghost location --
and the System.IO.Files would get me the time the File was copied into that directory (I havn't
found how to do this -- I'm just guessing...)
So I was wondering if there was an attribute/other that could be reflected on that would return the
true Build date? If so, a code snippet would be...fantastic.
Thanks a million,
Sky
Been looking at the specs for the WebResources attribute in Net framework 2.0 and looking to emulate
it in 1.1
One of the parts needed extracts the build time of the assembly... But I can't for the life of me
figure out how they did that for . Reflection gets me to a CodeBase -- but not the ghost location --
and the System.IO.Files would get me the time the File was copied into that directory (I havn't
found how to do this -- I'm just guessing...)
So I was wondering if there was an attribute/other that could be reflected on that would return the
true Build date? If so, a code snippet would be...fantastic.
Thanks a million,
Sky