Interesting approach. Of course, the downside is that if anything changes, the
method becomes ineffective for that new device or for all andriods if the
change is fundamental enough.
Bob S
> On Dec 19, 2018, at 03:37 , Peter Reid via use-livecode
> wrote:
>
> FYI
>
> I've managed to put t
FYI
I've managed to put together some code that reliably locates the microSD card
in 4 very different Android-based tablets. The approach involves 3 different
methods:
1. Search for a known folder on the SD card starting in the standard "/mnt"
folder using a breadth-first search strategy.
2.