my mediafolder on an android device ?

Previous topic - Next topic

Marmor

finally i root my nexus 7 and install total commander.
i find my apk in data/app but where is my media folder for ?
ive create from the start some files ,i can read the files, ive get the filelist from BUT i cant find it ?
hmm "Where is it" ?


SETCURRENTDIR("Media/")
OPENFILE(1, "test.txt", FALSE)
WRITELONG 1, 1234
CLOSEFILE 1

hardyx

#1
The app files are compressed in the apk, and I think they are read-only. If you want to create new files or write files, you must to use the documents folder, located in another memory area. Use PLATFORMINFO$("DOCUMENTS") to access this folder.

Marmor

Ah thx.
Also i found finaly my app folder in data/data/mycompanyname.myappname/files/media
Thx again