Tagged Questions
7
votes
5answers
4k views
populate treeview from a list of path
I'm trying to populate a treeview from a list of folder path, for example:
C:\WINDOWS\addins
C:\WINDOWS\AppPatch
C:\WINDOWS\AppPatch\MUI
C:\WINDOWS\AppPatch\MUI\040C
...
0
votes
1answer
67 views
How do I list only selected level in directory recursive list?
I use this code: PHP Sort Files In Directory by Type
But it opens up all directories. I just want directories that leads to the selected item to be open.