I\'ve created a file in my code, as shown below
FileOutputStream fOut = openFileOutput(\"samplefile.txt\", MODE_WORLD_READABLE); OutputStreamWriter osw = new O
You can get the address of it be below line Code
File file = getFileStreamPath("samplefile.txt");
And for print it
String s = file.getAbsolutePath();