, . : ( "C:\test.txt", 8, True) . - iomode. : 1 , 2 8 . , true , , . False , .
Dim FSO
Set FSO = CreateObject("Scripting.FileSystemObject")
Set OutPutFile = FSO.OpenTextFile("C:\test.txt" ,8 , True)
OutPutFile.WriteLine("Writing text to a file")
Set FSO= Nothing