Hi,
I know, that File.DirRootExternal gives me the root of the SD-Card, but my Samsung Galaxy S+ does have 2 of those an internal SD-Card plus my SD-Card.
File.DirInternal => "/data/data/de.test1/files"
File.DirRootExternal => "/mnt/sdcard" => with many subdirs
/mnt/sdcard/external_sd => here is my SD-Card.
Is this normal ?
Is the name "/mnt/sdcard/external_sd" always the same or different, on other Android devices ?
We want to transfer external Data (CSV Files) with the SD-Cards onto the smartphone and import them. Then the missing data will be typed in my program and the Export CSV-Files have to go to the SD-Card back.
If there is no "standardname" for those "external_sd" Cards, I have to
search throught the dirs on the SD Card ... is there an easy solution or just
walk recursive throught te dirs by myself ?
I can do that, but maybe you now a better (faster) way ;-)