Guest User

Untitled

a guest
Jun 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. using(StreamReader reader = File.OpenRead(myFile))//IOException
  2.  
  3. m_hFile = tsopen(m_csFilePath,
  4. _O_WRONLY|_O_APPEND|_O_TRUNC|_O_CREAT|_O_BINARY,
  5. _SH_DENYWR,
  6. _S_IREAD | _S_IWRITE);
  7.  
  8. File.Open(myFile, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)
Add Comment
Please, Sign In to add comment