F FFMan Member Licensed User Longtime User Feb 25, 2016 #1 How do I open a text file for appending to ? I can use file.exist to see if its there already, but is there a different syntax for telling textwriter to overwrite or append to a file ? I don't see this in the docs.
How do I open a text file for appending to ? I can use file.exist to see if its there already, but is there a different syntax for telling textwriter to overwrite or append to a file ? I don't see this in the docs.
lemonisdead Well-Known Member Licensed User Longtime User Feb 25, 2016 #2 Hello, This is managed in the TextWriter initialization when you choose the File.OpenOutput method (set to True to Append) : https://www.b4x.com/android/help/files.html#file_openoutput Upvote 0
Hello, This is managed in the TextWriter initialization when you choose the File.OpenOutput method (set to True to Append) : https://www.b4x.com/android/help/files.html#file_openoutput