On Apr 8, 10:16 am, "Bruno GUERPILLON" <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like, in a WIN32 environment, list all open files. > Anyone got a clue how to do this ? > > Regards, > > Bruno.
XP comes with a utility called OpenFiles.exe which supposedly gives this functionality. You can use Python's subprocess command to run it and parse its output. Mike -- http://mail.python.org/mailman/listinfo/python-list