With regards to checking the Checksum, you could do it in java, or (as I did somehting like it recently) you could (through CF) run ant, the output of which you capture. The ant task could be the sync task that will sync two folders, the output would give you what has changed and then you can put that in a db or whatever. of course the problem being that you would have to copy the files somewhere, but basically that synched folder would contain an "image" of the last time you checked.
HTH MD On 7/17/06, loathe <[EMAIL PROTECTED]> wrote: > > Neat idea. > > We are migrating to CF 7 as part of the upgrade, but we're not quite there > yet, so CFMX 6 is all I have access to at this point. > > Something to think about moving forward though. > > > -----Original Message----- > > From: Mark Drew [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 17, 2006 12:08 PM > > To: CF-Talk > > Subject: Re: Checksum Object? > > > > Just as a thought... are you using CFMX enterprise? you could use one of > > the > > new event gateways with a directory watcher, which will trigger an event > > whenever a file is modified. I am sure there are problems and it wont do > > everything you want but that would be a good way of doing it. > > > > MD > > > > On 7/17/06, loathe <[EMAIL PROTECTED]> wrote: > > > > > > Anyone know of an easy to use checksum object? > > > > > > Essentially I need to be able to tell (recursively) if any of the > files > > in > > > an application have been altered, so I'm thinking, set up a scheduled > > task > > > that would run nightly and email me if anything has changed. > > > > > > Any ideas? > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246783 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

