Help!  I've been using the CFDIRECTORY tag on an NT box to list directories
under my web site's home dir that start with "pics_".  I just recently moved
my entire site to a Linux box (running Redhat 7), and now the query always
returns empty.  I can match entire directory names or everything in the
directory by not using the filter, but nothing with wildcards.  For
instance, using "pics_general" as the filter will work, but "pics_*" (see
line below) will not.  Does anybody know why I can't use wildcards for
directory matching?

<cfdirectory action="LIST" directory="/home/sites/mysite.com/" name="Dirs"
filter="pics_*">

TIA,
dBIII+


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to