On 8/15/06, Brian Dumbledore <[EMAIL PROTECTED]> wrote: > > Jake, > > Apparently it doesn't let me use the .length property. no clue why. > > Also does anyone know how cfdirectory is implemented????? I have a network > folder which I am trying to list, and using cfdirectory takes for ever..
There are posts around that give examples of doing cfdirectory via java, but sadly, it's not very fast. Hands down, the solution is to use a "native" directory traversal mech., like "ls"(*nix) or "dir" (win*). If you need speed, that is. This is also an answer to the question about getting a directory structure from a Linux box fast. Use something "native". :DeN -ps I think Jake is right about the .length ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:250086 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

