These properties generally work for COM "structured storage" files. Microsoft Office documents and a number of others use this format, and the win32com functions allow you to get and set these properties.
 
If the files are not these COM storage files, then you may need to look at creating a shell extension, so you can add your own custom dialog page (including any properties you like) to the explorer dialog.
 
Mark
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ray Schumacher
Sent: Friday, 24 June 2005 8:14 AM
To: python-win32@python.org
Subject: [python-win32] filling Windows properties "Summary" tab?


The Summary tab of of a file's properties has Title, Subject,
Author, etc.
Could those be filled in via py2exe or ? 
I tried them as attributes of Target; no error, but no result.
 
 
Ray


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to