java - Creating a directory and folder in the internal storage using android studio -


i have read online make directory in internal storage use following line of code

file dir = getdir("mydir", context.mode_private); 

however, when execute code along entire source code, can't seem find directory created in phone. isn't supposed saved android/data directory other apps data stored? confused.

private file stored in

/data/data/<packagename>/files 

Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -