How to open a StreamReader in ShareDenyWrite mode?
问题 How do i open a StreamReader with FILE_SHARE_READ, FILE_SHARE_WRITE, FILE_SHARE_DELETE? Same question, slightly expanded How do i open a StreamReader so that i can read an encoded text file, with sharing options so that another process can read the file? How do i open a StreamReader so that i can read an encoded text file, with sharing options so that another process can modify the file while i'm reading it? How do i open a StreamReader so that i can read an encoded text file, with sharing