Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Appends a string to a file

 


Syntax

File_AppendToFile(sFile, sInsertString) As Boolean 


Parameters

sFile (String)

Filename

...

String to append to file


Example

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

Scripting Guidelines

Related functions

File functions