Web Development Q & A Category


How Do You Identify A Process Which Is Using A Particular File Using .net Code?

Posted By: dotCOMreport Q and A

Comments 1 Comments | Views 30 views

My .NET code is overwriting file, I am getting “file is used by another process” exception. I want to identify the process which is using the file at the moment. I know there are some tools available in SYSteminternals.com. but i want to Identify the process by code. Any help would be much appreciated.


Read More »