Need to get file Version

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

Hello,

I need to get the file version for a file. I am looking for the same
version shown when you right-click and use properties to view file version.

Thanks in advance for any help,

Jacky
 
Jack,

I tried it with a txt file in explorer, but did not see any kind of version,
are you sure that it is in every file?

Cor
 
I need to get the file version for a file. I am looking for the same
version shown when you right-click and use properties to view file version.

For executable files you can use the FileVersionInfo class.


Mattias
 
Jack said:
I need to get the file version for a file. I am looking for the same
version shown when you right-click and use properties to view file
version.

'System.Diagnostics.FileVersionInfo'.
 

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