Has anybody built a cross platform file system browser with juce or know the best way to do it?
What I want is a set of classes that provides a view of the file system similar to when Explorer or the Finder provides. On windows it would have the desktop on the top, and my documents, my computer underneath etc. On the mac, all the volumes and mounted drivers would be at the top, and folders like usr, var, bin etc would be hidden. If the file system object could be represented by a JUCE::File, then one could be returned.
Is there an easier way to do this than coding it from scratch for both the mac and the pc?