Re: Listing a complete directory and file path structure

2006-04-18 Thread Alan Rother
Yeah... listen to Massimo... This is way better -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238028 Archives: http://www.houseoffusion.com/cf

Re: Listing a complete directory and file path structure

2006-04-18 Thread Massimo Foti
This CFC works on CF 6.1: http://www.olimpo.ch/tmt/cfc/tmt_file_io/ Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ~| Mess

Re: Listing a complete directory and file path structure

2006-04-18 Thread Alan Rother
There are several ways to accomplish this. One of the easiest methods is to create an array(or query, whichever you like) to hold all of the files you find as you recurse through the files. Start by creating an array to hold just the directories you find and another to hold the entire directory s

Listing a complete directory and file path structure

2006-04-17 Thread Terry Troxel
How do you use cfdirectory to loop down through a directory structure and create a list of all files in a directory as well as the path associated with that directory and then down into any sub directories for the same info, and on and ontil you reach the end. I have not found any recu