I'm trying to make an android app that, so far, is using the native voice recorder to record audio.
The path for that is the Sounds file in /storage/emulated/0/Sounds
Now the app is using the File Transfer cordova plugin. The root for that is /data/data/thisAppDirectory and requestFileSystem is using this as the path.
Is it possible to go up a directory with the file system to get to the sounds folder?
Yes here we go! You have to utilize cordova file-transfer plugin, like so: