<CFDIRECTORY ACTION="DELETE" DIRECTORY="\DIRNAME"><br>
<br>
When the above tag is executed, it gives me the following error msg:<br>
"The process cannot access the file because it is being used by another process"<br>
<br>
As far as I know, it is NOT in use by...
I tried to delete an EMPTY sub-directory using CF studio 4.0.1. and I get an error saying "Directory is NOT empty". Of course it doesn't let me delete it anyway. I tryed the same from w/in a template I created and I get the same error.<br>
Any ideas?
In the examples below, example 2 works, but example 1 DOES NOT. I need #2 to work. Any ideas?? THanx.<br>
<br>
Example 1<br>
-----------------<br>
<CFSET sOutput="Hello world"><br>
<SCRIPT LANGUAGE=JAVASCRIPT><br>
newWindow.document.writeln(#sOutput#)<br>
</SCRIPT><br>
<br>...
I use a one dimension array that is populated in a user input screen. When I try evaluate the content of each cell, I get error msgs. Here is the code:<br>
<br>
<CFSET nCount=1><br>
<CFLOOP CONDITION="nCount LTE 10"><br>
#arBoxType[nBox]#<BR><br>
<CFSET...
I'm having problems with a MULTI-USER application that requires constant update of customers' information. I need to LOCK a record while the information is being updated on the screen so other users cannot access it. Upon submition, I want to update the table and UNLOCK this record.<br>
Can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.