PDA

View Full Version : script to display directory contents (treeview-like)?


ndruk
11-07-2002, 10:00 PM
Hi
I'm wondering if any of you knows of a script that would automatically display the contents of a directory and its sub-directories in a hierarchical way (e.g. treeview-like)?

The idea is to display the contents in one frame, and to load files in another frame...

Thanks for any information

bcarl314
11-07-2002, 11:30 PM
Funny, this is an excellent use of recursion!

See this thread http://www.codingforums.com/showthread.php?s=&threadid=9356

I'll work on a script, shouldn't be that hard, just don't have alot of time right now.