----- Original Message ----- From: "Nuno Lucas" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Wednesday, March 01, 2006 10:36 PM
Subject: Re: [sqlite] Extrange files

The only problem is that it can be a race condition between the
closing of the handle and the actual delete command (because you can't
delete an open file on win world).

you lie! <g> if the file is opened with the delete sharemode set, it can be 'deleted' while open. in this case, it will be *really* deleted when the refcount drops to 0, iirc. besides, these hoops don't need to be jumped through if you're the process that issued the original CreateFile(), again iirc.

-p

Reply via email to