>
> 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#1097918

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
                                

Reply via email to