そこで、次のように内部ストレージにフォルダーを作成しました。
File folder1 = getBaseContext().getDir("DataBase", Context.MODE_PRIVATE); //Creating an internal dir;
そのfolder1内に新しいフォルダーを作成するにはどうすればよいですか?
これ(以下)を試しましたが、これはフォルダーではなくファイルを作成します。. .
File insideFolder = new File (folder1,"Important Database");
mkdir も呼び出してみましたが、 insideFolder はまだファイルのようです。