Question: I'm dealing with a repeating situtation where an app creates a file, then holds onto it even though it's closed. Without going deeply into unnecessary details - this is a app development situation - my app creates the file - while i'm debugging it I want to be to manually delete it from the file system. But Explorer refuses with the standard 'File in Use by another process'.
How do I clear the condition short of rebooting? - How do I identify and kill the process in question?