Latest version (2022) of DroidScript is very disappointing when using File System.
Before, /sdcard/ is converted to /storage/emulated/0 (external storage),
but today, /sdcard/ is converted to /storage/emulated/0/Android/data/<package>/files (android data).
Created files and folder is being deleted whenever the application is uninstalled.
Even DroidScript projects are being deleted whenever I uninstall them.
Please fix the /sdcard/.
The folder DroidScript in my external storage is now useless since there is a new path.