Is there a java method to find the root folder of any device (no mirco SD card)?
I need to for eg read from a folder called "books" that should be in the root folder of any android device.
Seems to me as if /storage/sdcard0/books should be inside the B4A project (and thus will get deleted when the B4A project is uninstalled - I don't want that.
On my Lollipop device it seems to be /storage/sdcard1/books (working). But this does not work on my KitKat device.
How does one solve this puzzle?
I need to for eg read from a folder called "books" that should be in the root folder of any android device.
Seems to me as if /storage/sdcard0/books should be inside the B4A project (and thus will get deleted when the B4A project is uninstalled - I don't want that.
On my Lollipop device it seems to be /storage/sdcard1/books (working). But this does not work on my KitKat device.
How does one solve this puzzle?