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]

