When I delete a file that's being used by some process I get the access denied error saying that the file cannot be deleted as it is currently in use. Is there a way I can find out which process exactly is using that file in WINDOWS?
+1
A:
I assume that you're using Windows. Unlocker is a great tool for this.
Lekensteyn
2010-08-25 11:12:36
+1
A:
You can use process explorer tool to find it out. I use this http://windowsxp.mvps.org/processlock.htm
ckv
2010-08-25 11:13:42
Thanks. I was able to find the process that was using the file using process explorer. Thanks.
Abi
2010-08-25 11:43:01
+1
A:
In Windows you can use handle.exe by Sysinternals:
handle <name of file>
http://technet.microsoft.com/en-us/sysinternals/default.aspx
In Linux you can use lsof
onof
2010-08-25 11:13:44
Hey Thanks for the response. I was looking for a solution for windows OS. Thanks anyway.
Abi
2010-08-25 11:45:06