views:

194

answers:

1

How can I append text to a file?

+2  A: 

You can use the SaveStringToFile() function to append text to a file.

Kyle Alons