RE: missing Java close() method in ImageInfo.class

2007-11-12 Thread Dave Watts
> I can but it still needs to be able to at least > delete the file if it doesn't meet the rez > requirements. Perhaps you could delete files asynchronously instead. For example, you could have a scheduled task for file deletion. Dave Watts, CTO, Fig Leaf Software ~~

RE: missing Java close() method in ImageInfo.class

2007-11-12 Thread aegis
tp://www.entity1.com -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, 12 November 2007 3:52 PM To: CF-Talk Subject: RE: missing Java close() method in ImageInfo.class > Currently writing the 7 and 6.1 variants of this portion and > I'm having difficu

RE: missing Java close() method in ImageInfo.class

2007-11-11 Thread Dave Watts
> Currently writing the 7 and 6.1 variants of this portion and > I'm having difficulty with the ImageInfo class as recommended > in Chapter 25 of the CFMX Advanced App Dev book (3rd ed). The > problem is that I can get all the info i need using the java > class, but when I go to perform any ope