Hello all

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

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

Thanks
Rodney
        
______________________________________________________________________
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