>I think Ben(?) blogged about it, and I managed to get one going >for some tests, so I'll see if the code is lying around. > >I don't think it's really much faster than the isDirectory() looping >though... IIRC. Man, I really need to get more organizeder. [-=
I'd certainly be interested to see it and if it's comparable in speed. Just seems there should be better way to do this than looping through the entire list twice...once to get the subdirectories and again to list the files. CFDirectory handles this by returning the type, which I can run a Q-o-Q against, but it chokes on the large numbers of files. I've also not tested with listFiles() yet but I'm guessing it's not nearly as fast as list() is. --- Mary Jo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252637 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

