We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How do I saveStrings() to an existing .txt file in the data folder in android mode?
@Daniel0818=== you can do that either with the saveStrings() method, or with createWriter(), or using javaIO...
saveStrings() doesn't work because apparently the txt file gets automatically saved in the res folder when converting to android. And so, the createWriter() method seems to be the only option
Answers
@Daniel0818=== you can do that either with the saveStrings() method, or with createWriter(), or using javaIO...
saveStrings() doesn't work because apparently the txt file gets automatically saved in the res folder when converting to android. And so, the createWriter() method seems to be the only option