Hi there!
I am having a problem with playing/accessing an audio file that is placed into the system.documentsdirectory.
I need code to access an audio recording file in system.documentsdirectory on an ** iPhone.**
I can’t seem to figure it out! I have tried:
local path = system.pathForFile( “newRecording.aif”, system.DocumentsDirectory)
audio.play(path)
However, no audio file plays on a device… 
All help is appreciated! Thanks!
-Max Goldberg