Problem re-posted ( code cleaned):
I am trying to get a code to create a folder (ecgtemp) that
is then renamed to another name (#title#) based on a variable
(title): Here is the error I am getting:
The specified directory attribute
C:/ColdFusion8/wwwroot/ecardia/Images/ECG/ecgtemp cannot be renamed
to newdirectory C:\ColdFusion8\wwwroot\ecardia\Images\ECG\ECG Feb
23.
The exception occurred during a cfdirectory action="rename".
Attach Code
<cfif isdefined("submit1")>
<cffile action="upload"
destination="C:\ColdFusion8\wwwroot\ecardia\Images\ECG\ecgtemp"
filefield="E1" nameconflict="makeunique">
<cfelseif isdefined("submit2")>
<cfquery name="getecgcolor" datasource="ecardia">
SELECT ecgcolor from colors where choice= '#level#'
</cfquery>
<cfquery name="quizset2" datasource="ecardia" >
INSERT INTO ecgquiz([title], [hx],
quote:
, , [i1], [pending], [level], [ecgcolor], [posted])
VALUES ('#title#', '#history#', '#question#','#ans...