File version

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

I did a previous post but no one could answer the question of ho to retrieve
the file version of a file. There must be a simple way to get this
information??


In VB6 I used api's

Private file_info As New CVersion
file_info.FullProductVersion
 
Lou said:
I did a previous post but no one could answer the question of ho to
retrieve the file version of a file. There must be a simple way to
get this information??

Please be a little bit more patient. I have to type in my reply before
sending it. ;-) See the other thread.
 
Are you looking for your *own* version, or for another file's version?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"


: I did a previous post but no one could answer the question of ho to
retrieve
: the file version of a file. There must be a simple way to get this
: information??
:
:
: In VB6 I used api's
:
: Private file_info As New CVersion
: file_info.FullProductVersion
:
:
 
Hello,

Lou said:
I did a previous post but no one could answer the question of
ho to retrieve the file version of a file.

Have a look at the 'System.Diagnostics.FileVersionInfo' class.
 
Back
Top