Details

Hi, I am trying to display the file system on my server, but I’m having a few issues... So far I have found a few articles on this, but nothing that really helps. I don't know the best way to do this. The way I see it, I have two options: 1) Use CF to loop over the query and create an XML of the file structure to be used as the dataprovider for the tree (which I have no idea how to do by the way! I know some CF but not that much). 2) Use AS3 to loop over the ArrayCollection, break it down according to 'Directory', and construct a new ArrayCollection to populate the tree, building up Arrays from the data received. Which way is easier? I'm thinking AS3, as I have a fair understanding of this, but obviously not enough to get this working. I can post some code that I already have, but it's by no means working. So peeps, any suggestions on how I should go about this? I really need some help! :p Thanks

Use the RSS button to subscribe to comments for this request.

close this
Interested in seeing a response to this question? Vote for it!
Vote (2 votes)
Report abuse

Related recipes