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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -