Check if a file is closed

camillo at rockit.it camillo at rockit.it
Mon Jun 19 04:40:23 EDT 2006


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




More information about the Python-list mailing list