0

I want to get the build date of an .exe or .dll file. How can I get it?

For example:

enter image description here

For this .exe I can access last modified date via:

FileInfo file = new FileInfo(exefiles);
date = file.LastWriteTime;

How can I get the build or compile time? For example I want to do it like this program: enter image description here

Anthon
  • 69,918
  • 32
  • 186
  • 246
Sezer Erdogan
  • 167
  • 1
  • 9
  • 34

0 Answers0