Android Question Appending using textwriter

FFMan

Member
Licensed User
Longtime User
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.
 
Top