Linux is case sensitive so /home/sites/mysite.com/ is not the same as
/Home/Sites/Mysite.com/ and "pics" is not the same as "Pics".  So, I would
make sure to match the case of what I'm searching for.

HTH,

Howie

----- Original Message -----
From: "Daniel Wm Brick III" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, January 21, 2001 12:33 PM
Subject: CFDIRECTORY on Redhat 7.0??


> 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