Aahz wrote:
> Perhaps it would be better to think more strategically.  I don't actually
> care about the list of open files.  What I care about is a list of files
> that I want to process and checking whether any of them are open.  What
> would be the canonical way of doing that on Windows?  It doesn't matter
> whether it is in batch or file-by-file.
>   

Wouldn't the least-effort solution be simply to try to open each file,
and see if the open succeeds?

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to