How can I open a file that is used by another process?
NotePad and IE etc. have no problem opening the (log-)file, but my .NET-app keep telling me:
"The process cannot access the file 'xxx' because it is being used by another process."
I use this line of code:
Code:fs = IO.File.OpenRead(mFileName)


Reply With Quote


Bookmarks