<cfoutput query="directoryQuery">
        <!--- Show Directories --->
        <cfif Type EQ "Dir">
                <cfif (Name NEQ ".") OR (Name NEQ "..")>
                #Name#
                </cfif> 
        </cfif>
</cfoutput>

-- 
SCOTT VAN VLIET 
SENIOR ANALYST 
SBC SERVICES, INC 
Tel: 858.886.3878 
Fax: 858.653.6763 
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 




-----Original Message-----
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 21, 2002 1:43 PM
To: CF-Talk
Subject: cfdirectory


I am using the cfdirectory tag to get a list of directories .. how do not
show the two top directories.

my directory looks like this
.
.
dir1
dir2
dir3

I just want to show the dir1,dir2,dir3 and not the period directories
(whatever they are called).

Thanks
Paul Giesenhagen
QuillDesign
http://www.quilldesign.com
SiteDirector v2.0 - Commerce Builder



______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to