0
kicks
How do I open a file that is in use in C#?
If you have ever had a problem trying to open a file that is in use by another program here is how to do it. I am sure others have posted the answer to this before but for me I did not find anything useful when googling. Figured I would post this to hopefully help others in the future find the answer easier.