[python-win32] python-win32 Digest, Vol 110, Issue 30

damien moloney damienmoloney at gmail.com
Sun Jun 3 07:21:45 CEST 2012


Win32 file properties

The code under the  https://github.com/tjguk/winshell was very helpful, I'm
able to retrieve the values.
You are correct delving into how it all works it is very complicated.

Thanks
Damien.

On 29 May 2012 20:00, <python-win32-request at python.org> wrote:

> Send python-win32 mailing list submissions to
>        python-win32 at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mail.python.org/mailman/listinfo/python-win32
> or, via email, send a message with subject or body 'help' to
>        python-win32-request at python.org
>
> You can reach the person managing the list at
>        python-win32-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of python-win32 digest..."
>
>
> Today's Topics:
>
>   1. Re: Retrieve file property values (Tim Golden)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 28 May 2012 15:19:14 +0100
> From: Tim Golden <mail at timgolden.me.uk>
> Cc: python-win32 at python.org
> Subject: Re: [python-win32] Retrieve file property values
> Message-ID: <4FC38962.5070002 at timgolden.me.uk>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 27/05/2012 11:54, damien moloney wrote:
> > Hi,
> >
> > Have been unable to retrieve the windows file properties/attributes
> > under "Subject", and "Description". for .msi files on a Win XP c using
> > win32api. Have been able to get version type info,
> > but unable to get much more. I came across the following "fromwin32com
> > importstoragecon # constants related to storage functions." which looked
> > promising but fell over as the .msi files I was looking at are not
> > "storage files". Any ides on where next.
>
> This is a bit more complicated than you might like. I have
> a half-hearted example here:
>
>
> http://timgolden.me.uk/python/win32_how_do_i/get-document-summary-info.html
>
> and the in-dev version of my winshell module includes some more
> general-purpose code which you might at least want to look at
> even though it's not 100% at the moment:
>
>  https://github.com/tjguk/winshell
>
> Part of the difficulty is that Windows has switched between two
> approaches to this area which doesn't help when trying to get
> examples.
>
> TJG
>
>
> ------------------------------
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
> End of python-win32 Digest, Vol 110, Issue 30
> *********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20120603/62271f3a/attachment.html>


More information about the python-win32 mailing list