This code rethrows all the exceptions that may occur when writing text to the file. You can reduce the likelihood of exceptions by using Windows Forms controls such ...
1. Use the `My.Computer.FileSystem.SpecialDirectories.MyDocuments` property to supply the path. [!code-vb[VbFileIOWrite#1](../../../../visual-basic/developing-apps ...