[Help] Creating a .txt file [Solved]
Hi!
I didn't find the code anywhere else, so I'll explain what I'm looking for here. It's actually very simple. I want the program, that I made in Visual Basic to make a .txt in a specific directory, with a specific file name.
Regards.
[highlight=VB.NET]Using sWrite as new io.streamwriter("path")
swrite.write("body")
end using[/highlight]