I'm looking for a library that could help me to print the directory tree from the list of strings.
List
"/a/b/c/file1.txt"
"/a/b/c/file2.txt"
"/a/b/file3.jpg"
and so on...
I'm looking for a library that could help me to print the directory tree from the list of strings.
List
"/a/b/c/file1.txt"
"/a/b/c/file2.txt"
"/a/b/file3.jpg"
and so on...
You can try abego tree layout. It gives you a way to display trees. It doesn't appear to be well documented but it works well. Here is a link to how to use it. https://code.google.com/p/treelayout/