> I'll compare what you did to the original > code -- should give me a nice insight in Java vs CF.
Yes. Keep in mind it is slightly different from the last example. That example extends the ZipFile class and calls the verify function inside the class's constructor. It's similar to extending a cfcomponent, then calling another function inside init(). Also the last example throws and exception if an error is encountered. The CF version does not. It catches any exceptions and returns the error message as part of the results structure. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296639 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

