C codymanix Oct 27, 2003 #1 I know how to get the assembly-version information during runtime, but is it possible to get the build-date?
I know how to get the assembly-version information during runtime, but is it possible to get the build-date?
J Jackson Davis \(MSFT\) Oct 28, 2003 #2 Cody, I am not completely familiar with your scenario, but it seems to me you could use the file's modified date attribute. (Use System.IO.File.GetModifiedDate) Jackson Davis jacdavis at online.microsoft.com
Cody, I am not completely familiar with your scenario, but it seems to me you could use the file's modified date attribute. (Use System.IO.File.GetModifiedDate) Jackson Davis jacdavis at online.microsoft.com