OK, rewriting some old code here, and I have a question.

I'm seeing two different things happening here. In one instance it says 
<cffile action='copy' source='#thefullsourcefilepath#' 
destination='#afulldestinationpathwithfilename#'>

in another instance it reads like
<cffile action='copy' source='#thefullsourcefilepath# 
destination='#justapathwithoutafilename#'>

and yet another instance reads
<cffile action='copy' source='#thefullsourcefilepath#' 
destination='#justapathwithoutafilename#'>
<cffile action='rename' source='#thisnewfilepathandname#' 
destination='#samepathwithnewfilename#'>

It seems to me that the first option makes the most sense. LiveDocs says 
that action='copy' can take just a path or a path with filename for the 
destination attribute, but if the intent of the code is to rename the 
file in the new location anyway then option 1 seems like the best option.

Anybody have any insight here. I'm starting to get confused....

Cutter

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232264
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to