Is there a way to test if a streamreader or streamwrite is open? My application is something like this;
If oStreamReader is Open Then
Read line from file
Else
oStreatReader.Open
Read line from file
End If
Does this kind of test of open or not exist for stream objects?
Thanks,
Bernie
If oStreamReader is Open Then
Read line from file
Else
oStreatReader.Open
Read line from file
End If
Does this kind of test of open or not exist for stream objects?
Thanks,
Bernie