I have a folder with some DLLs in it (not .NET assemblies) and I would like to read the file information in them. Things like the version, name... etc. What is the best way to approach this?
|
|
Use the FileVersionInfo object. Here's an example from the Microsoft website that gets the version info from notepad.exe
Stolen from here. |
||
|
