Actually that's what I did to achieve my current speed. The problem is that Windows 2000 doesn't update modified dates on parent directories of a directory that has a file change event within it :(
- Calvin ----- Original Message ----- From: "webguy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 7:04 AM Subject: RE: Finding recently modified files in subdirectories > 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

