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:221602
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