Here is a command to append to a text file.
1 | Using sw As System.IO.StreamWriter = System.IO.File.AppendText(CSVFileName) |
You need to initialize the CSVFileName variable and the Message variable.
Here is a command to append to a text file.
1 | Using sw As System.IO.StreamWriter = System.IO.File.AppendText(CSVFileName) |
You need to initialize the CSVFileName variable and the Message variable.