Appending lines to a text file
in
Programming Questions
•
2 years ago
Hey everybody.
So I'm trying to figure out how to append a string to a file. I'm currently using saveStrings() to write the array to the file but it overwrites the file everytime. Is there a way around this other than reading in the whole file into an array, then adding my bit, then saving it again?
Thanks
1
