Hey everyone,

I am hacking up some code for a project, and I've found that I have a script
that must run <cffile> tag once per day.  Now, I know I can use
<cfschedule>, but was wondering...

Since, if you have a tag that looks like:

<cfdirectory
        action="list"
        directory="d:\cf_clients\clients\pdfviewer\monthend\#year#\#month#\"
        name="finddir2">

<cfoutput query="finddir2">

If you can treat the cfdirectory as a query, is there any way to cache the
results, a la 'cachedwithin' for cfqueries?

Dana

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to