Skip to content

File\_AppendToFile

Appends a string to a file

File_AppendToFile(sFile, sInsertString) As Boolean

sFile (String)

Filename

sInsertString (String)

String to append to file

VBScript

If bStatus Then bStatus = File_AppendToFile("C:\Temp\Test.txt", "Is the truth out there?")

Scripting Guidelines

File functions