vote up 5 vote down star

Sometimes you cannot delete a file that is used by some other process in Windows. Error can be something like "sharing violation".

Is there any way to determine which process is holding a file?

Is there any utility that can do that (I can use utility call in a program) or is there any other way to get that information?

flag

67% accept rate

5 Answers

vote up 6 vote down check

Sysinternals Handle can help.

link|flag
Process Explorer and WhoLockMe are good also, but this one is console type application, so its output can be processed. I personally choose this one. – Alexander Yanovets Oct 22 '08 at 16:17
vote up 8 vote down

Use Process Explorer and search for the handle.

link|flag
vote up 3 vote down

WhoLockMe.

link|flag
vote up 1 vote down

Unlocker might become your savior. :)

link|flag
vote up 0 vote down

You don't need any tool. Just do it with Win32 N. Apis. (10 minutes to write it in C...)

link|flag
Could you provide a link to documentation on that part of Win32 API? – Alexander Yanovets Oct 27 '08 at 17:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.