I have an array of file-path strings like this
- videos/funny/jelloman.wmv
- videos/funny/bellydance.flv
- videos/abc.mp4
- videos/june.mp4
- videos/cleaver.mp4
- audio/uptown.mp3
- audio/juicy.mp3
- fun.wmv
- jimmy.wmv
- herman.wmv
End goal is to get them to jsTree. I built a prototype tree from the above sample strings. check it out: http://jsfiddle.net/ecropolis/pAqas/
I was able to use this excellent solution (the bottom one posted by @Casablanca) to process the above strings into a recursive array structure. Convert array of paths into UL list