> Just wondering when using a cftry what
type do you use when your working with cffile?
I presume you mean with CFCATCH?
You could force the kind of exception you're expecting to
occur, and dump
the results in the catch block.
If you're not worried about specific types of exception, one
can just use
"any".
--
Adam