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

c# - Binding a comma separated list to a List<int> in asp.net web api -

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

Delphi 7 and decode UTF-8 base64 -