How to check if a file is closed?

On Win32 you can call CreateFile with write and share write and if it
raises an error, the file is closed.

How to do it in Python???

Thanks,
Camillo

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to