Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Appends a string to a file

 

Syntax

File_AppendToFile(sFile, sInsertString) As Boolean

 

Parameters

sFile (String)

Filename

sInsertString (String)

String to append to file


Example

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

Scripting Guidelines

Related functions

File functions

  • No labels