Welcome, glad I could help. :) ike
> Thanks Issac I shall give that a try. > Its a very large site about to go live, and I want to get > rid of all > the test pages and experiments I developed along the way. > thx, > larry >>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/unsubsc > ribe.cfm?user=633.558.5 > This list and all House of Fusion resources hosted by > CFHosting.com. The place for dependable ColdFusion > Hosting. > http://www.cfhosting.com s. isaac dealey 972-490-6624 team macromedia volunteer http://www.macromedia.com/go/team chief architect, tapestry cms http://products.turnkey.to onTap is open source http://www.turnkey.to/ontap ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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
