>- see footer for list info -<
I guess using the native OS commands is probably fastest.
In Windows that's "dir \b", in everything else it's probably "ls -1"
Doing that with cfexecute will give you one big string though, which
you'd need to do .split('\n') on.
If you're going for speed, probably best to do this whole part in a
shell/batch script, and just return the number of files at the end.
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo
--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<