Find dll version number

  • Thread starter Thread starter Josh King
  • Start date Start date
J

Josh King

I'd like to be able to loop through files in a directory and file the
version number of each .dll I find. Does somebody have an example of
how to do this?

Thanks,

JK
 
Josh,
I'd like to be able to loop through files in a directory and file the
version number of each .dll I find. Does somebody have an example of
how to do this?

I don't have a complete example, but have a look at the
FileVersionInfo class.



Mattias
 
Back
Top