Mike Letson
Member since Nov 8, 2010
- Profile: /members/7237-mike-letson.htm
- URL: http://NA
- Comments: 2
Recent Blog Comments By Mike Letson
-
ColdFusion CFCatch Tags Catch Exceptions Based On Type Hierarchy
Posted on Jan 15, 2013 at 1:24 PM
cfCatch uses different struct keys (not really struct keys but they look like struct keys) based on what the cfCatch.type attribute is. I like to build nice, well layed out error emails to parties involved. How do I know what keys are passed given any particular cfCatch.type key?... read more »
-
Reading In File Data Using ColdFusion 8's New File Functions
Posted on Nov 8, 2010 at 1:46 PM
Ben, All of the examples I've seen here and on other web sites use FileClose on a file that was explicably opened ( like fileOpen(SomeFile) ). My question concerns reading a file via CFLoop. The CF documentation states that ColdFusion closes the file when the loop finishes executing. However, I ... read more »