How do I delete a folder and all files and subfolders beneath it?
The
<cfset dir = "c:\temp">
<cfdirectory action="delete" directory="#dir#" recurse="true">
This question was written by Raymond Camden
It was last updated on April 6, 2006.
The
<cfset dir = "c:\temp">
<cfdirectory action="delete" directory="#dir#" recurse="true">
This question was written by Raymond Camden
It was last updated on April 6, 2006.