read-only

  1. S

    Question Read Only

    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 =...
Back
Top