How do you retrieve the tags of a file in a list with Python (Windows Vista)?
问题 I want to make something of a tag cloud for various folders I have, but unfortunately, I can\'t seem to find a way to access the tags of a file in Windows Vista. I tried looking at the win32 module, and os.stat, but I can\'t seem to find a way. Can I get some help on this? 回答1: I went about it with the win32 extensions package, along with some demo code I found. I posted a detailed explanation of the process on this thread. I don't want to reproduce it all here, but here is the short version