I would like to display a computer's root directory using ColdFusion. By that I mean
- C:/
- D:/
- MyDocument
- etc...
Thanks in advance
Edit: First of all thanks to everybody that responded. I just give some more clarification about my question. I want display my computer's root directory. Suppose I have some documents to save in my PC. I don't know where I save that doc. In a CF page I want to display
- C:/
- D:/
- E:/
I want to display the above directory names dynamically generated through Java or CF. I think now my question is clear to everybody. Thanks to all.
Below code may help you
You can find detailed answer at below link:
http://www.tek-tips.com/viewthread.cfm?qid=691047