http://www.xcreation.com/apps.cfm

download the one called "directory listing tag". Just drop it into the
directory you want listed. Has built in security.

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-----Original Message-----
From: Critz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 3:05 PM
To: CF-Talk
Subject: Re: CFDIRECTORY


oi Rodney!!

if you are using CF5, you could always re-query the directory query based on
your
list.... using an [[IN]] statement


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - <CF_ChannelOP Network="Efnet" Channel="ColdFusion">
------------------------------------
Thursday, May 30, 2002, 3:03:50 PM, you wrote:

BRSHS> Hello all

BRSHS>         I am using <CFDIRECTORY>  to grab file info.
BRSHS>         but I only want to display info on files in a pre-chosen
list.
BRSHS>         I know you can loop through <CFDIRECTORY> like a query.
        
BRSHS>         but how would I do something like this:
BRSHS>         other info here
BRSHS>         filefromlist  (size) (date last modified)
BRSHS>         filefromlist   ""      ""
BRSHS>         filefromlist   ""      ""
BRSHS>         more info       

BRSHS>         it would cumbersome to run the loop for each file,  is there
an
BRSHS> easier way:
BRSHS>       <CFLOOP  filelist>
BRSHS>                 <CFDIRECTORY>
BRSHS>                         <CFIF  CFDIR.filename = listfilename>
BRSHS>                                 display info
BRSHS>                         </CFIF>
BRSHS>                 </CFDIRECOTRY>
BRSHS>         </CFLOOP>
                

BRSHS> Thanks
BRSHS> Rodney
        
BRSHS> 

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to