NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



AppendFile

AppendFile ContentVariable To

Appends data to text file. If file does not exist, creates file. Returns true on success, false on error.

Sample Source

strTemp := "\nAnother line"

AppendFile strTemp To "test.txt"

Related Function(s):
   LoadFile; WriteFile;

Minimum version: 4.7 build 20050803