Question
directory deletion problem?
I was trying to delete the directory when i encountered
th wired error:
The error is:
The following information is meant for the website
developer for debugging purposes.
Error Occurred While Processing Request
Security: The requested template has been denied access
to Gavy.
The following is the internal exception message: access
denied (java.io.FilePermission Gavy read)
The error occurred in E:\mydomain\index.cfm: line 80
78 :
79 : <cfif IsDefined('url.del') AND url.del EQ 'yes'>
80 : <cfdirectory action="delete" recurse="yes"
directory="#URL.dirName#">
81 : <cfset invalid = 3>
82 : </cfif>
The code i am using for this:
<a href="index.cfm?del=yes&dirName=#Name#">
#Name# is the directory name passed in the URL, but
when i try to execute this stuff, it generate error.
Can anybody guide what is happening here.
Cheers
th wired error:
The error is:
The following information is meant for the website
developer for debugging purposes.
Error Occurred While Processing Request
Security: The requested template has been denied access
to Gavy.
The following is the internal exception message: access
denied (java.io.FilePermission Gavy read)
The error occurred in E:\mydomain\index.cfm: line 80
78 :
79 : <cfif IsDefined('url.del') AND url.del EQ 'yes'>
80 : <cfdirectory action="delete" recurse="yes"
directory="#URL.dirName#">
81 : <cfset invalid = 3>
82 : </cfif>
The code i am using for this:
<a href="index.cfm?del=yes&dirName=#Name#">
#Name# is the directory name passed in the URL, but
when i try to execute this stuff, it generate error.
Can anybody guide what is happening here.
Cheers
