Re: [python-win32] advanced properties file

2009-01-28 Thread Elias Fotinis
--- wowberk wrote: > I need to list the advanced properties of a file such as > organization, dll > version, etc.. You can use win32api.GetFileVersionInfo. ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/list

Re: [python-win32] advanced properties file

2009-01-28 Thread Tim Golden
wowberk wrote: Hello everybody, I need to list the advanced properties of a file such as organization, dll version, etc.. I think you want structured storage. Have a look at my winshell module (or at the code it implements): http://timgolden.me.uk/python/winshell.html TJG ___

[python-win32] advanced properties file

2009-01-28 Thread wowberk
Hello everybody, I need to list the advanced properties of a file such as organization, dll version, etc.. With module that can perform? Google translation ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/py