How can I detect if an Android device has an SD Card installed?
By default I'm assuming it does and am using this in my file I/O:
...but I realize this will not work if there is no SD Card. I can switch over to using File.DirRootInternal if I can detect no card, right?
Thanks...
By default I'm assuming it does and am using this in my file I/O:
B4X:
File.DirRootExternal
...but I realize this will not work if there is no SD Card. I can switch over to using File.DirRootInternal if I can detect no card, right?
Thanks...