Is it possible to read/write from Android java code and Gideros lua for same file?
I know that Gideros and Android Java can access file.
How can I access same file?
I want to save some temporary information on file and both Gideros and Java can access and change content of file.
Can you explain file path policy for gideros for read write mode? How can Java code access this path and also file?
I need code snippets to implement this idea.
Thanks for everyone.
Comments
http://www.giderosmobile.com/documentation/file_system.html
In Gideros you can write in the application's "Documents" and "Temp" directories. If your Java can access these folders you can share data that way.
Likes: omer
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
http://www.giderosmobile.com/forum/discussion/136/save-files#Item_5
Files can be saved either on internal dir or external SD card
Likes: omer
Likes: hgvyas123