- Original Message -
From: "Ben Finney" <[EMAIL PROTECTED]>
To:
Sent: Friday, June 02, 2006 12:30 AM
Subject: Re: losing handles of open files
> Please don't post non-text message bodies to discussion
> forums. Message bodies should be plain text.
>
>
Please don't post non-text message bodies to discussion
forums. Message bodies should be plain text.
"Anthra Norell" <[EMAIL PROTECTED]> writes:
> If a piece of code exits with an exception before it closes an open
> file, that file seems to remain locked, which is real pain in the
> butt
You wi
Hi
If a piece of code
exits with an exception before it closes an open file, that file seems to remain
locked, which is real pain in the butt if I develop a file in parallel with
a piece of code. Is there a way to close
such lost files short of starting a new session?
Frederic
--