Accessing file with streamreader failed because it is being used by another process

后端 未结 0 603
慢半拍i
慢半拍i 2021-01-14 01:29

I have a program which parses a log file for errors. This is the code used to access it:

using StreamReader reader = new StreamReader(GetLogFile);


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题