I need to get a StreamReader
Dim lsr0 As New StreamReader(Fu llPath)
If the file does not exist I'd like it to create one.
Do I have to Try/Catch or is there a clean way of doing it?
Thanks
Dim lsr0 As New StreamReader(Fu llPath)
If the file does not exist I'd like it to create one.
Do I have to Try/Catch or is there a clean way of doing it?
Thanks
Comment