I have problems reading a file to process it as it is blocked by another application. Is there a way to open it "read only"?
I' m using:
Imports System.IO
If System.IO.File.Exists(fName) = True Then
Dim tmpstream As StreamReader = File.OpenText(fName)
TextLine =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.