Need either a direct path to a sound file of the resources (as FolderItem)
or
How to copy the Choice.mp3 file from resources into the Documents folder:
SpecialFolder.Documents.child(“YogaTimer”).child(“Sounds”).Child(“Choice.mp3”)
It’s because:
App.ExecutableFile.Parent.parent.child(“Resources”).child(“Choice.mp3”)
only works on MacOS and I need a workaround…
Thanks!!!