Yes.
Two options:
1. Read the file with File.ReadString, add the new line and write it back.
2. Open an OutputStream with File.OpenOutput in append mode and write to this stream.
Yes.
Two options:
1. Read the file with File.ReadString, add the new line and write it back.
2. Open an OutputStream with File.OpenOutput in append mode and write to this stream.