Or you could do a Query of a Query so that it only contains what you need.

HTH

Mike

----- Original Message -----
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Mon, 28 Jun 2004 11:40:55 -0500
Subject: RE: CFDIRECTORY filter to get just directories
To: CF-Talk <[EMAIL PROTECTED]>

No filter that I've seen but you could use

<cfdirectory action="" directory="#dir#" name="DirList" sort="name">
<cfoutput query="DirList">
<cfif dirlist.type eq "Dir">
    ....Directory
<cfelse>
    ....Not Directory
</cfif>
</cfoutput>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to