< Browse > Home / Archive: November 2009

| Mobile | RSS

C# how to open a file that is locked by another process

C# how to open a file that is locked by another process

If the file is locked by the process exclusively, it is not possible to open those files. But if the process holds only shared lock, we can open the file using c# using the following code

[ More ] Karthikeyan | Posted in Programming |