Finding how old is an application

  • Thread starter Thread starter Dino M. Buljubasic
  • Start date Start date
D

Dino M. Buljubasic

How can I find the age of application running, I mean the application file
time stamp, when it was created?

Regards,
 
Dino M. Buljubasic said:
How can I find the age of application running, I mean the application
file time stamp, when it was created?

System.IO.File.GetCreationTime(Application.ExecutablePath)
 
Back
Top