Mathew - Didn't want to post onlist I feel for some reason this is a bit
to novice for the list. And for some reason I am just not grasping it. I
hope you don't mind the post offlist - If you do - my sincere apologies
and simply delete.

I had tried what you suggested and searched on MACR a bit on running
tags in module - I currently have this.

Listing.cfm - with this code -
<cfmodule template="GetFiles.cfm">
And in t he same directory... GetFiles.cfm with this code
<cfdirectory
    directory="#getdirectoryfrompath(getcurrenttemplatepath())#"
    action="list"
    name="files"
    filter="*.html"
    sort="name">

<cfdump var="#files#">



I also tried moving the dump to the Listings page in output tags. Since
this is new ground for me - I really don't know what structure to
precisely follow to run the cfdirectory tag.



I get a message - doesn't understand cfdump. Is it possible that
cfdirectory is disabled? Or did I make a mess of your post with the
above?



Any help is quite appreciated.

Best Regards,

jason Miller




Matthew Walker wrote:


created. No database involved. It's also hosted so custom tags are 

really a long shot.

      



BTW in case you don't realise, you can call custom tags using cfmodule.



<cfmodule template=".....">



</cfmodule>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to