How could i access the Comments
and/or Description
fields of a file (doc,xls,pdf,ppt,txt,html etc.) ?
I need to do this so i could store a unique ID for the file in case it gets renamed and there could be 2 files with the same name on the server , but on the desktop i can't have two with the same name , so i must check/set this unique ID.
the other way i tough of is to store sqlce/sqlite db in the folder and use it as a file reference, but then if my file watcher isn't running , and the user renames the file it gets really messy.
any ideas/code samples are welcome.