were are files located.

fdx12345

Active Member
Licensed User
Longtime User
I had to use internal storage using the File command to store my Tables. According to my path variable the data file was stored at something like data/data/basic4/budget. I can not find this directory or files. Were does the File.InternalStorage store things? Note I am using my phone to post this question due to a power outage thus do no have access to my computer to post the exact syntax on the File.Internal but we only have 3 choices and I had to use the one for internal storage.
 

fdx12345

Active Member
Licensed User
Longtime User
Need to delete old files on DirInternal

My program uses several files which are added via the IDE and copied to DirInternal. I need to delete those old files from the DirInteral spot so as to get the memory space back as I have everything down to just one file.

How can I delete all of the files I copied to DirInternal?
 
Upvote 0
Top