Step 4 of the final testing of the application talks about typing an invalid path and clicking submit. There is no where to type in a path and there is no submit button. The only way to select a path is through the FolderBrowserDialog and this cannot select a non existant directory.
I changed the log file line to be
My.Computer.FileSystem.WriteAllText( _
My.Computer.FileSystem.SpecialDirectories.MyDocuments & _
"\FileExplorerLog.txt", finalstring, True)
This ensures it is always in the one location instead of spread all over the place.