So whats the solution?It's a permissions error as you are targeting SDK30 you can't access the root of the file system.
android.jar / targetSdkVersion / minSdkVersion
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...www.b4x.comSaveAs - Let the user select a target folder + list of other related methods
B4A + B4i example: https://www.b4x.com/android/forum/threads/b4x-texteditor-save-and-load-external-files.132731/#post-838166 List of classes or libraries that can be used to access secondary storages: ContentChooser (Phone libray) - allows the user to select a resource or file using external...www.b4x.comManage External Storage - access internal external storage >= SDK 30
Google seems intent on dumbing down Android to the point of uselessnes to me. I think of my devices as little computers and I want a proper file system on them, not the limited tortuous things that Google offers and that I don't understand, ContentChooser, FileProvider, ... o_O I'm getting old...www.b4x.com