Hello,
I’m using B4A v13 and I need the latest version of the ExternalStorage.b4xlib library (version 4.0 or newer).
I can’t see or download the attachments in the ExternalStorage library thread.
Could you please send me the current .b4xlib file or tell me where I can download it directly?
Thank you very much for your help!
Best regards, Emerito
Before we start: External storage means a real sd card or a connected mass storage USB device. This class can also be used to access the secondary storage (File.DirRootExternal). This becomes relevant with newer versions of Android that restrict direct access. It has nothing to do with runtime...
My confusion stems from an AI help message that says I need version 4 to access SAF and be able to access a folder on the SD card from two of my apps.
Any help would be greatly appreciated.
Is it possible to copy files created by a specific app in a folder on the SD card (which I believe are only visible from within that app) to a folder created in the phone's internal memory that can be accessed from any file explorer?