0

Exdsdcard path find

i need to find out external sdcard path(mnt/exdsdcard).i want to same some images to exdsdcard and i went access database also.

saravanan
  • 390
  • 2
  • 16

1 Answers1

2

try this

File extStore = Environment.getExternalStorageDirectory();

Then specify the foldername and file name

for e.g:

"/LazyList/"+serialno.get(position).trim()+".jpg"

Yogesh Tatwal
  • 2,682
  • 19
  • 43