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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top