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>
-----Original Message-----
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Monday, June 28, 2004 11:33 AM
To: CF-Talk
Subject: CFDIRECTORY filter to get just directories
Is there a filter that can be used in <cfdirectory action="">
filter="????"> to only get directories? Any help would be appreciated.
John
_____
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- CFDIRECTORY filter to get just directories Burns, John D
- Re: CFDIRECTORY filter to get just directories Mark Drew
- Re: CFDIRECTORY filter to get just directories Claude Schneegans
- Re: CFDIRECTORY filter to get just directories Greg.Morphis
- RE: CFDIRECTORY filter to get just directories Burns, John D