Couldn’t find any file-tree component (cross-platform, of course) in the FireMonkey framework. Anyone has any idea or knows such a component? Sounds like a basic thing to me.
I’m looking for a simple “explorer-like” tree view, not really important if it’s really pretty as I can probably restyle it or inherit and change. Ideas?…
There’s no component (out of the box) but you can quickly implement it using the unit System.IOUtils which is working on all platforms.
For instance, to give you an idea:
This is just a proof of concept, as it works on both platform.. of course, there’s still some work to do…
I have used System.SysUtils.TOSVersion to show you another record which can maybe be also useful…