<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
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221615
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to