本文实例讲述了python获取文件版本信息、公司名和产品名的方法,分享给大家供大家参考。具体如下:
该python代码可得到文件版本信息、公司名和产品名。其他的信息都在返回的字典中。具体代码如下:
def _getCompanyNameAndProductName(self, file_path):
"""
Read all properties of the given file return them as a dictionary.
"""
propN
本文实例讲述了python获取Linux下文件版本信息、公司名和产品名的方法,分享给大家供大家参考。具体如下:
区别于前文所述。本例是在linux下得到文件版本信息,主要是通过pefile模块解析文件 中的字符串得到的。代码如下:
def _get_company_and_product(self, file_path):
"""
Read all properties of the given file return them as a dictionary.
r