Re: [python-win32] NTFS: editing properties of a file

2005-08-25 Thread Roger Upole
StgOpenStorageEx allows you to access the NTFS extended document properties. Take a look at \win32com\test\testStorage.py for examples of how it's used from Python. hth Roger Thomas Weiner wrote: > Hi all, > > is it possible to read and edit the extended properties of a file on >

[python-win32] NTFS: editing properties of a file

2005-08-25 Thread Thomas Weiner
Hi all, is it possible to read and edit the extended properties of a file on NTFS drives? For example: with the explorer you get properties like Title, Author, Subject, Category etc by right clicking. I want to use and edit these fields programmaticly. In pythonwin I've found methods for Offic