JoDeGr8
2009-09-19 11:10:05 UTC
Hi,
I am developing a program which needs to read 'Author' property of
all the files in a directory. I am currently depending on
IPropertySetStorage to accomplish this task. This code will reside
inside a hook function and when user presses a special key, hook will
be invoked and scans all the files in a folder and gives user a
report. The hook function will requests a IPropertySetStorage for
every file it encounters and releases it after working with a file.
I wanted to know whether it is the right way for doing this.
Expert advice invited.
Thanks in advance,
Regards,
Joe
I am developing a program which needs to read 'Author' property of
all the files in a directory. I am currently depending on
IPropertySetStorage to accomplish this task. This code will reside
inside a hook function and when user presses a special key, hook will
be invoked and scans all the files in a folder and gives user a
report. The hook function will requests a IPropertySetStorage for
every file it encounters and releases it after working with a file.
I wanted to know whether it is the right way for doing this.
Expert advice invited.
Thanks in advance,
Regards,
Joe