Possible Duplicate:
How do I find out which process is locking a file using .NET?
I wanna to know which process access to specific file that i chosen. Can any one introduce me a way of programmatically ( in C# ) or not to achieve this ?
NOTE: I wanna know which process lock a file that other proccess couldnt access to it !
Thanks for your attention :)