Hello.
What would be the best UI component to use in order to browse the disk directories structure and choose a directory ?
I didn’t find the way to use the system dialog forms.
Thanks for helping.
O.
Hello.
What would be the best UI component to use in order to browse the disk directories structure and choose a directory ?
I didn’t find the way to use the system dialog forms.
Thanks for helping.
O.
You could try a customized Tree component, alongside a table or datagrid for the directory contents.
Obviously this is only the UI part… the real issue here is which machine you want to explore, because you’re running in a browser so by default you cannot browse the user’s computer contents.
P.