is there a way (in visual basic or c++) to delete files that are being used by windows or another process?
ie: that pesky file that stores all of your internet history...
im stuck on this!! thanks a lot!
Printable View
is there a way (in visual basic or c++) to delete files that are being used by windows or another process?
ie: that pesky file that stores all of your internet history...
im stuck on this!! thanks a lot!
if you force it to close, you can then delete it.
how can you force it to close?
Send the message WM_CLOSE to it's user application's handle...
:)
What kind of file are you trying to delete?
the index.dat file found in the cookies directory. im pretty sure that ie or windows is using it. =T