D Dino M. Buljubasic Aug 27, 2003 #1 How can I find the age of application running, I mean the application file time stamp, when it was created? Regards,
How can I find the age of application running, I mean the application file time stamp, when it was created? Regards,
A Armin Zingler Aug 27, 2003 #2 Dino M. Buljubasic said: How can I find the age of application running, I mean the application file time stamp, when it was created? Click to expand... System.IO.File.GetCreationTime(Application.ExecutablePath)
Dino M. Buljubasic said: How can I find the age of application running, I mean the application file time stamp, when it was created? Click to expand... System.IO.File.GetCreationTime(Application.ExecutablePath)
D Dino M. Buljubasic Aug 27, 2003 #3 Thanks Armin Armin Zingler said: System.IO.File.GetCreationTime(Application.ExecutablePath) Click to expand...
Thanks Armin Armin Zingler said: System.IO.File.GetCreationTime(Application.ExecutablePath) Click to expand...