Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. var versionInfo = FileVersionInfo.GetVersionInfo(filePath);
  2. string version = versionInfo.ProductVersion; // Will typically return "1.0.0"
  3. MessageBox.Show("File version:" + version);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement