Sdcard Path Issue

junaidahmed

Well-Known Member
Licensed User
Longtime User
I have developed SQLite application in Samsung Galaxy Tab 7.7 with Data path as external memory (/mnt/sdcard/extstorages/sdcard/),but now I have purchased Samsung Galaxy Tab 10.1 (Android 4.0.4),and I have used Data Path as (/mnt/extSdCard/). For Reading Data I have used the following code :

File.DirRootExternal & "/extstorages/sdcard/Data/" ---> Galaxy Tab 7.7 --> working fine

Pls advise what is the absolete path for reading (/mnt/exrSdCard/) --->Galaxy Tab 10.1.

Note :-

File.DirRootExternal ----> returns only /mnt/sdcard


but we need /mnt/extSdCard/ Path
 

junaidahmed

Well-Known Member
Licensed User
Longtime User
File.DirRootExternal and File.DirDefaultExternal are not working.pls how to solve this major issue. (/mnt/extSdCard)
 
Upvote 0
Top