>>> [EMAIL PROTECTED] 08/03/00 08:42AM >>>
>So I'd say the interpreter is only including the file it it needs to
>(which isn't what I would have anticipated, but....)

I think your example is a perfect demonstration of why CF acts the way
that it does.  Consider the following:

<CFIF FileExists("C:\WWWRoot\file2.cfm")>
     <CFINCLUDE TEMPLATE="file2.cfm">
</CFIF>

If CF didn't act the way it did, this snippet would error out if the
file didn't exist.

Kevin

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to