VB WriteAllText

suggest change
Imports System.IO

Dim filename As String = "c:\path\to\file.txt"
File.WriteAllText(filename, "Text to write" & vbCrLf)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents