> Thank you S. Isaac... I'll be change our code to > Java.io.File > routines... Do you have any example about? Tutorials, how > to use that > Java classes?
> Thanks once more again. Welcome, I just read the API documentation on the sun site myself... http://java.sun.com/j2se/1.4.2/docs/api/java/io/package-summary.html java.io.File will handle basic file information (does it exist, is it a file, when was it modified, etc) ... to actually write files you need to use a couple other classes, in particular FileWriter and FileOutputStream -- you may also need an OutputStreamWriter. I'd expect you can probably come up with a tutorial or two by googling "java.io.FileWriter" or "java.io.FileOutputStream". s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211522 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

