Hiya Philip,
I did a little testing, and the issue (at least for me) was the direction of
the slash.

So:
variables.thisTemplateName=ListLast(CGI.CF_TEMPLATE_PATH,"/");

Is fine, while:
variables.thisTemplateName=ListLast(CGI.CF_TEMPLATE_PATH,"\");

Pulls the local file structure (as there is not occurence of the list
delimiter, it pulls the whole thing). (Same thing happens on our production
server.)

-d


************************************************************
Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to