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 ]
| Posted in Programming |