| Author |
Message |
amritabisht
Joined: 02 Apr 2008 Posts: 2
|
Posted: Wed Apr 02, 2008 3:43 am Post subject: Directory Listing |
|
|
I am trying to show the directory listing through CooljsTree Tool.
I want to traverse the Files and Directories under a Directory. I am not sure how to do it with CooljsTree.
I would really appreciate if someone could help with this.
Thanks,
Amrita |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Apr 02, 2008 5:19 am Post subject: |
|
|
| Listing files and folders is server-side task, and COOLjsTree as a pure client-side script has nothing to do with it. Tree renders given structure using given format, and nothing more. You should write some server-side script which will scan your directory and output results as TREE_NODES-like structure. |
|
| Back to top |
|
 |
amritabisht
Joined: 02 Apr 2008 Posts: 2
|
Posted: Wed Apr 02, 2008 2:08 pm Post subject: |
|
|
got it!
thankyou for your help. |
|
| Back to top |
|
 |
|