0

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...
barbara
  • 3,111
  • 6
  • 30
  • 58

1 Answers1

0

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/

dan b
  • 1,172
  • 8
  • 20