I am creating a text file that will tally information from a UI. My hope is that I can add information as buttons are clicked. But when I write to the text file it over writes what is already there.
myFile.writeln("\r\n",mySFolder," ",myCountText.text, );
I am wondering how to append to the text file.