I need a little help with the CFDIRECTORY tag...

This used to work fine in cold fusion 5. But in MX it returns to many files.

        <CFDIRECTORY DIRECTORY="d:\inetpub\wwwroot\tempdir\"
        NAME="myDirectory" FILTER="*0?.html"
        SORT="datelastmodified, name ASC">

This returns the same results as *0*.html ... But What I need it only one
character between the '0' and the '.html'. 

EX:
        myreport01.html  -- I want this file listed
        myreport01_data.html  -- But not this one..
        myreport02.html  -- I want this file listed
        myreport02_data.html  -- not this one..

-- Sam
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to