Query a Directory and delete all files more than 1 hour old
How would I query a directory and delete all files from that directory that are more than 1 hour old?
I have used CFDIRECTORY before to post pages to the directory and to get directory info but I cant figure out how to query a directory and delete all files more than 1 hour old from that directory.
1 hour old means that the time NOW is more than an hour from the file's date/time on the server.
