If you read the file with cffile it shouldn't be difficult to get that list with a regex:
<cfset mylist = rereplacenocase(myfile,'<cfinclude[[:space:]]*template="([^"]*)"','\1,','ALL')> hth Isaac ------ Original Message ------ From: Larry C. Lyons <[EMAIL PROTECTED]> To: CF-Community <[EMAIL PROTECTED]> Sent: Aug 20, 2003 03:32 PM Subject: Re: getting a list of included files >Hi all, > >Does anyone know of a UDF or custom tag that will go through a cf page and >return a list of all the cfincluded files? > >thx, > >larry > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:5 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm
