Maybe I am reading the following line wrong, but it looks like you are
trying to evaluate the filename as a variable.

<cfif fileexists(evaluate(variables.incfilename))>

Shouldn't the above be as follows?

<cfif fileexists(variables.incfilename)>

-Matt
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to