Is it possible to create and maintain a folder structure with files Using the Internal Storage
I have studied the link below, but it doesn't answer my question. http://developer.android.com/guide/topics/data/data-storage.html#filesInternal If the answer to the question in the title is yes. Could someone please supply a simple example creating a subfolder and adding a file to that folder? And perhaps show how to read the file back from the sub folder? Or maybe tell me why the example below fails miserably Works now after changing file.mkdirs(); to file.getParentFile().mkdirs(); Se explanation in the following Answer public static void Test(String path, String fileName, String fileStr,