With C#, how can I find a specific process locking my text-file by Windows?
- by Junior Mayhé
Hi Folks
I'm trying to update a file using IsolatedStorage technique (it's a safe area to save a text file).
But something is locking the file, so my application is not able to update this text file.
Is there a way to find what Windows Process is locking my text-file with C#?
And perhaps, force kill this process?
thank you