C
cody
When using a StreamReader I cannot open files that are currently opened from
another application and are therefore readonly. But I can open these files
in notepad.
It seems that StreamReader tries to open the file in writemode which is then
denied an an exception occures.
another application and are therefore readonly. But I can open these files
in notepad.
It seems that StreamReader tries to open the file in writemode which is then
denied an an exception occures.