Hi,
I would like to know if I use StreamWriter as follows, do I need to close the file??? Whats the advantages of using like below?
Best Regards.
Using oWrite As StreamWriter = New StreamWriter("D:\test.txt")
...
End Using
...
Go to the complete details ...