- #1
Darkmisc
- 203
- 27
- TL;DR Summary
- My program saves files to user://. I'd like to find these files on my phone and copy them to another phone. Is it possible?
Hi everyone
My program saves files to user://. I'd like to find these files on my phone and copy them to another phone. Is it possible?
I used
ProjectSettings.globalize_path("user://")
to show where the file saved and got
/data/org.godotengine.[APP_NAME]/files/
However, when I went to the directory, it was empty (I have show hidden files on). When I checked the properties of /files/, it showed 0 bytes and zero files.
I did a file search on my phone under the file name and nothing came up either.
Thanks
My program saves files to user://. I'd like to find these files on my phone and copy them to another phone. Is it possible?
I used
ProjectSettings.globalize_path("user://")
to show where the file saved and got
/data/org.godotengine.[APP_NAME]/files/
However, when I went to the directory, it was empty (I have show hidden files on). When I checked the properties of /files/, it showed 0 bytes and zero files.
I did a file search on my phone under the file name and nothing came up either.
Thanks