Many thanks - so simple!

Seamus
================ You wrote ================
<cfdirectory action="LIST" directory="D:\" name="MyQ"  
FILTER="*.">
>
><CFOUTPUT QUERY="MyQ">
>    <CFIF DateDiff('h',Now(),DateLastModified) LT -6>
>        <!--- Delete this directory --->
>    </CFIF>
></CFOUTPUT>
>
>
>-----Original Message-----
>From: Seamus Campbell [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, October 20, 2005 3:32 AM
>To: CF-Talk
>Subject: [Reply To] Re: deleting directories older than say 6  
hours
>
>Thanks It's with DateAdd that I'm having problems - just can't  
seem to get a
>way to get only dirs older than 6 hrs
>
>Ta
>
>Seamus
>
>================ You wrote ================ On 10/20/05, Seamus  
Campbell
><[EMAIL PROTECTED]> wrote:
>>> Hi
>>>
>>> I want to delete some temporary directories but only older  
than
>a
>>> certain number of hours (say 6)
>>> The actual deleting is no worries - it just that I can't work
>out
>>> to only select/delete directories older than x hours.
>>>
>>
>>Going on memory here, but I think <cfdirectory> returns a query
>object
>>with the directory listing. If so, you could use a Query of  
Query
>to
>>get a result subset that includes directories older than 6  
hours
>(By
>>using DateAdd()/DateDiff() etc)
>>
>>Cheers
>>
>>Jon
>>
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  

>
>
>
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221618
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to