P
Paul
Hi,
I want to open a file for read-only mode. I tried using a
StreamReader and this works, but it throws an exception
when the file is already open by another process. I think
it should be okay to open a file in read-only mode. Does
anyone know how to do this?
Thanks,
Paul
I want to open a file for read-only mode. I tried using a
StreamReader and this works, but it throws an exception
when the file is already open by another process. I think
it should be okay to open a file in read-only mode. Does
anyone know how to do this?
Thanks,
Paul