| One thing I don't think the list tree can do that would be useful is a loop-back. Imagine a directory structure with soft-links that lead back up the directory tree. The best way to represent this would be a line leading from under the directory containing the link, and looping back round to join the linked directory. The line would have to go round the right hand side of the list box to avoid clashing with the existing tree, but I think that this would be a consise and useful extension to the list tree class. It could also be useful to represent a program structure which uses recursive code. |