brandonhorst 0 Newbie Poster

Hey,

I'm running into a small problem that should be simple for someone with more skills than I.

I am looking to traverse Windows 7 Libraries using Python. Meaning I have the name of the Library or the path to the .library-ms file or whatever, and I want to get the contents, as os.listdir() would give me the contents of a normal directory.

The way to do this is right here, and most of the filetypes described in the second codebox of that link already exist in the Python win32 modules. I just am completely striking out on how to actually implement them.

Can anyone with some ctypes skills help me out?