Currently, I am developing a media player using HTML/JS that will be able to read and display audio/video files stored on an SD card with a specific file structure. While I have successfully implemented the ability to read single or multiple files using File API, I am facing challenges in finding a solution to read a complete directory. Is there a way to achieve this within the constraints of my project?