On Fri, May 2, 2008 at 3:46 PM, Don L <[EMAIL PROTECTED]> wrote: > <cfdirectory directory="e:\blabla\bla2bla2\" action="list" name="juiceFile" > type="file" sort="directory DESC"> > the Sort attribute failed (it did not list files in z to a order).
'directory' is only for recursive CFDIRECTORY calls. You want 'name' field for files within the directory. > <cfdirectory directory="e:\blabla\bla2bla2\" action="list" name="juiceFile" > type="file" sort="size DESC"> > output includes Thumbs.db (the Type Attribute is supposed to eliminate the > Thumbs.db or is it my misunderstanding?) Thumbs.db is a file, not a directory, so it's matched. You probably want filter="*.jpg" or something. cheers, barneyb -- Barney Boisvert [EMAIL PROTECTED] http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304696 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

