作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
有没有办法检查文件的版本?我正在使用 Windows 窗体应用程序。
最佳答案
您可以使用 System.Diagnostics。 FileVersionInfo .GetVersionInfo(字符串)
文件版本信息
Provides version information for a physical file on disk.
获取版本信息()
Returns a FileVersionInfo representing the version information associated with the specified file.
var version = FileVersionInfo.GetVersionInfo(path).FileVersion;
关于c# - 有没有办法检查文件的版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32930038/
我是一名优秀的程序员,十分优秀!