It does, unfortunately it doesn't have the file extension as part of the 
object, so you'll need to add that column to the query object and run through 
the results separating the file name and filee xtension out to then sort by 
either column interchangeably.

Nick


> > I'd look at putting it into a custom query object and using queries 
> of queries.  So loop over the
> > cfdirectory output inserting into a new query object that has file 
> extension as a column and use a call
> > like (filename,listLen(filename,".")-1,".") to retrieve the 
> extension.  Once it's stored it's a simple matter
> > of query of queries to sort the results.
> 
> I'm pretty sure that CFDIRECTORY returns a query object that can
> directly be sorted using query of queries.
> 
> Dave Watts, CTO, Fig Leaf Software
> 1-202-527-9569
> http://www.figleaf.com/
> http://training.figleaf.com/
> 
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359047
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to