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'.
 
Back
Top