And you can use a QoQ on the result Select * >From mydirectoryresult Where dateLastModified = yourcondition
WG -----Original Message----- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 11:43 To: CF-Talk Subject: Re: Finding recently modified files in subdirectories > > I'm looking for a way to find all files that were modified in a directory and it's subdirectories. > > The trick is that it has to be very fast, and ColdFusion MX has to be able to talk to it. Has anyone found such a solution? > Look at CFDirectory. This returns a query set with one of the columns being dateLastModified. http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/Tags-pt121.jsp#109791 8 Obviously you need to decide how you know when a file was previously modified for this information to be useful, but hopefully this will put you on the right track. Stephen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

