Hi! I am a bit new in Corona. I have been looking for an answer to my doubt but i did not find anything.
This is muy question: i want to create an application similar to a music player. The trouble comes when i want to access to the songs i`ve got in my “project files” folder. I do not know how to get them in order to be able to play the songs.
I have found a similar function: system.pathForFile( “”, system.ResourceDirectory ). Using this, i can access to the files of the project sandbox folder. However, I do not like this function as i would also like to access to the songs that the users have in their smartphone, not only inside the application files.
So, how could I access to the files of the smartphone and the files inside the “project files” folder?
I would appreciate any help,
Thank you,
J.