How would I write to a file 1 string at a time? Each write would add a line to the file.
I open the file with "File.OpenOutput"
I then thought I could use "File.WriteString", but that only writes to "new" files.
Will adding the "append" option to "File.OpenOutput" be a possible solution?
Thank you
I open the file with "File.OpenOutput"
I then thought I could use "File.WriteString", but that only writes to "new" files.
Will adding the "append" option to "File.OpenOutput" be a possible solution?
Thank you