appendfile

To add text to the end of an arbitrary text file, put the new text within an [appendfile] context.
[appendfile file=selected_file.txt]This text will be added to the end of the file[/appendfile]

[appendfile] creates a new file if one does not exist already. All text is put at the end of the file, after any text that may already be there.

Carriage returns inside the context are written to the file exactly as they appear. Any WebDNA [xxx] tags inside the context are substituted for their real values before being written to the file. You may specify a full or partial URL to the file, as in "/some-folder/file.txt" or "local-folder/file.txt."

The file must not be a database file that WebDNA currently has open.