While working on creating an audio file, everything seems to be running smoothly as the recording indicator shows no errors. However, once the app generates the directory, I am unable to locate it in the local storage.
The code I am using is:
var audioFolder = fs.knownFolders.currentApp().getFolder("audio");
The code snippet displays the following image: enter image description here
When attempting to find the file in the local storage, this is what I see: enter image description here