import ctypesshell32 = ctypes.windll.LoadLibrary('shell32.dll')folderitems= 应该如何将文件路径转化为对象?'F:\1.pptx'a = folderitems.ExtendedProperty("Title")print a
http://blog.csdn.net/linda1000/article/details/12623527
你需要还通过ctypes调用dll的函数来获取对应信息