>The java directory stuff might work quite well in this case. Yes, you >can tell it to only grab directories, and so long as you don't need >file sizes and whatnot, it should be TONs faster than a cfdirectory >call... theoretically...
Yes, it should be a lot faster. Two problems with using it in my case though. One, my current version still supports CF5. Two, for my next version I am trying to avoid createobject() or cfobject, since a lot of my customers are shared servers with these disabled. A real pain to work around, yes, but important with packaged software to support as many people as possible. Well, I may just end up including this as optional code, for anyone that can use it and runs into problems. I just wish the cfdirectory tag was a bit more robust and could be more easily configured for just the information that is needed. -------------------- Mary Jo Sminkey http://www.cfwebstore.com CFWebstore, ColdFusion E-commerce ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:252478 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

