I'm making a messnger and wanna save some files to /data/data. Is there any way to do it?
No, but you can write (save) to the PrivateDir /data/user/0/<packageName>/files/
(internal storage)?
Thanks! I used File, setting path without slash
Show your (relevant) blocks.
just following your instructions
So, my blocks now are like this one
Before your answer I thought that Asset scope saves files to /data/data/(package)
You must set the FileScope = Legacy or Private
(and probably create the folder user
first). Also the file extension should be .txt, .csv, ...
Thanks, it worked
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.