This has been driving me crazy for two days and I GIVE UP! AHH!

If I create this variable in application.cfc:

<cfset application.temp_images_directory = 'e:\inetpub\webroot\tempImages' />


and use it in news.cfc like this:

<cfset saveNewsItemStruct = structNew()>

<cfset saveNewsItemStruct.ATID = '#application.temp_images_directory#' />


why in the WORLD would I get this:

e:\\inetpub\\webroot\\tempImages


when I return the struct and display saveNewsItemsStruct.ATID?????

Why are the path lines doubling?


I don't think I've seen this in 15 years of CF programming!

(I'm getting too old for all this aggravation...)

Thanks for any help!

Rick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354998
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to