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
  • 388
  • 2
  • 18

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,722
  • 20
  • 43