you should not create folders anymore in the root directory
use the application specific directory already now to avoid problems in future
use the legacy mode of the file component but be aware, that starting from Android 11 you will not be able to use this anymore, from the release notes
Implement LegacyMode for File component (#2269)
Android 10 uses a new file model that prevents writing to arbitrary locations on external storage (colloquially, /sdcard/). People should migrate their files to app-specific storage, which is what the File component uses by default on Android 10. Checking the LegacyMode option will let you read files in the old locations, but will fail once App Inventor targets Android 11 (summer 2021). This has no effect on Android versions prior to Android 10.
see also
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by
Taifun.