> Message-Id: <[EMAIL PROTECTED]>
> From: [EMAIL PROTECTED]
> THe filesystem code (if correct) may never remove the open file handle in
> a way that it does not work anymore for readin in such a situation.
An unlink of the file by name does not invalidate the data, but a
truncate certainly is a realtime operation. If you are reading a file,
say foo.tmp, and I do "date >foo.tmp" the previous contents are gone,
and you will not read more data. You might have data in a buffer, but
the file is gone.
Since this was a Windows file, I make no assumptions about the
behaviour.
--
-bill davidsen ([EMAIL PROTECTED])
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]