i need to delete a file for example(filename.txt) in /app/data/ folder of internal ram (not sd-card)
i know that i can use file.Delete (folder address,file address) but how i define folder name?
i test the "/data/app/" for folder address and it was wrong.
please help me
:sign0013: for my english
thanks.
but my question is:
if your device rooted and you install root explorer when you open root explorer in first page you see some folder for ex : sd-card , app, system,...
i say how can i delete a file in this app folder!!
not in file.Direinternal.
Is your device rooted?
Try connecting with adb and see the permissions in that directory using: 'ls -l'
You can also use shell commands but you will not be able to see any feedback if it was successful or not.