Re: Delete Files while in Use



On 8/16/2005 08:47, Richard wrote:
> I am sure its in use, on the servers where this doesn't work if you try to
> delete the file while in use it will actually put the file in limbo...for
> instance if I try and delete it it will say its in use and then when you try
> to run it it will give an error saying it can't find the file. But other
> servers you can actually delete it and put a new one in place.

Maybe the case is that when you can delete it the exe in question has
actually handed the client connection over to code in a dll or ocx and
really isn't in use. Not sure if that's possible but there are a lot of
tricks like that in programming.

~Jason

--
.



Relevant Pages