1
.NET Framework / Re: Easy read/write file [.NET]
« on: March 28, 2011, 08:15:48 am »I usually put it in Try ... Catch, End Try, since it can cause some trouble
Using Try / Catch blocks are really meant as a last resort, as they are really rather terrible coding practices