I used this code :
String[] fileName = new File(imagesDirectory.getPath()).list();
for(String i:fileName){
Log.d("TAG", i);
final String path = imagesDirectory.getPath() + "/"+ i;
String fileName = i.substring(i.lastIndexOf('/')+1);
//final String path = i;
final String Path = imagesDirectory.getPath()+"/"+i;
mFileName=i;
try {
FileOutputStream fOut = new FileOutputStream(Path);
FileInputStream fIn = new FileInputStream(Path);
byte[] buf = new byte[1024];
int len;
while ((len = fIn.read(buf))!= -1) {
fOut.write(buf, 0, len);
}
fIn.close();
fOut.flush();
fOut.close();
Log.d("ACTIVITY_TAG", "onActivityResult -- 01e38acffe
10 July 2018
azerbaeejd 8da23e4714
download kitab tarbiyatul aulad pdf 29
9 July 2018
turaev isfahan 105cb3a99d
download kitab tarbiyatul aulad pdf 36
11 July 2018
shwabeam b0d01bcde8
download kitab tarbiyatul aulad pdf 44
5 July 2018
kangaroo
download kitab tarbiyatul aulad pdf 47
14 July 2018
saraib dot 11a0db845e
download kitab tarbiyatul aulad pdf 53
20 June 2018
rayo 17ebd0e3ab
download kitab tarbiyatul aulad pdf 70
25 June 2018
hooper 2e5846e0df
download kitab tarbiyatul aulad pdf 74
19 June 2018
live
download kitab tarbiyatul aulad pdf 75
18 June 2018
bandit 5d028c079a
download kitab tarbiyatul aulad pdf 77
13 June 2018
depstar 3c9c3c9bcf
download kitab tarbiyatul aulad pdf 90
16 June 2018
ali 5c49baa66c
download kitab tarbiyatul aulad pdf 91
15 June 2018
sportkonto bd4d1dd6f1
download kitab tarbiyatul aulad pdf 92
19 May 2018
bong-hoop
download kitab tarbiyatul aulad pdf 94
23 May 2018
kirigaya 4b3c3c86be
download kitab tarbiyatul aulad pdf 98
20 May 2018
okita
download kitab tarbiyatul aulad pdf 99
21 May 2018
jeanne choudenc 35fd4ba77c
download kitab tarbiyatul aulad pdf 100
22 May 2018
yvf sdl
download kitab tarbiyatul
Related links:
Comments