I have a VB.NET application that is attempting to use a file, but the code is throwing an error saying that the file is being used by another process.
I do not need to know if the file is being used by another process because the error already proves that. I need to know what the other process is that is using the file.
Is there any API I can call to determine what other process is "using" the file in question?