Cordova-plugin-file write on public storage

I want to write to the public storage using the ‘Cordova-plugin-file’ in a native app under Android 14. I managed to write to the folder …/Android/data/myapp/ using the method ‘window.resolveLocalFileSystemURL(cordova.file.externalDataDirectory, …)’. This folder is hidden behind ‘cordova.file.externalDataDirectory’. How can I specify a directory of my choice as the target for a write instead of ‘Android/data…’?