I think I'm having a hard time thinking of how to select the folder I want and carry that to another page.
I have a page that I use to merge .mp3 files and I've been editing the code with the folder I want to run the code on. I know the code I posted here will give me what I need, but I don't know what variable is holding the final result and if I found it I don't know how to carry that result to a different page than the ones I posted here.
Why not use a more full-featured widget, like RichFilemanager or Webix File Manager (on GitHub), which should provide hooks for when you've selected the relevant file/directories.
I don't have a preference, but I only need to see directories/sub dirs. I'll look at the ones you posted. I've been messing with the one I have for about two hours now and I can't get it for the life of me!
Those look nice but they do way more than I need. I just need a list of dirs and subdirs for a specified path and when I drill down and click select that's the value I get to use in another page.