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
Hi
We have the following problem when we try to install a Python script as Win32 service:
The Python script is located in a path that contains the substring "_demonstrator". When installing the Python service for this script, we get the error message, the the file "PythonService_d.exe" isn't fou
Hello,
I am unable to get the value of an OUTPUT parameter from a SQL
Server stored procedure - but only when accessing it with ADO using
Python and COM. I also can't find any good Google answers on the topic
(mostly, a post by one Steve Holden who had the same problem, and that
was left u
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
>