you need to write a tag that calls itself.  Recursion, Baby!!

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified Advanced ColdFusion 5 Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-----Original Message-----
From: Adkins, Randy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 1:44 PM
To: CF-Community
Subject: CF TAG


Does anyone have a CFTAG that will parse through a directory
to include subs and return the full directory / path / filenames.
 
I know CFDirectory does return this in a Query however this will
return a listing of the GIVEN directory and not to include the SUBS.
 
I basically need a tag that will do this:
Root Folder:  C:\FILES
 
Would return in some fashion (not neccessary file the ROOT)
C:\FILES\CF\TAG2.CFM
C:\FILES\CF\TAG1.CFM
C:\FILES\JAVASCRIPT\TAG1.JS
C:\FILES\JAVASCRIPT\TAG1.JS
C:\FILES\JAVASCRIPT\USERS\1.JS
C:\FILES\JAVASCRIPT\USERS\2.JS
C:\FILES\USERS\MINE.TXT
 
Anyone know of a utility to do this which I have to use on a CF 4.5
server??
 
I know there are UDFs in CFLIB.ORG but not quite what I need.
 

Randy Adkins 
Tech Lead - Novient 
SRA International 
[EMAIL PROTECTED] 
(703) 803-1677 

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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