Add Comment
Cfdirectory example.
ColdFusion Tutorial #29
This tutorial will show you how to use the different functions of the CFDIRECTORY tag in ColdFusion 8
index.cfm
The CFDIRECTORY tag can do a number of directory manipulation functions. Those being directory listing, creation, deletion and renaming. These operations are chosen through the "action" attribute.Check the comments in the code for a more in depth explanation for each CFDIRECTORY action attribute.
Demo
See this code running!
Download
Download this code as a zip!
Comments
good code, this code was very useful to me so thankfully,bibin
bibin @ Friday 10 Dec 2010 - 04:48:58 PM
Click button to add a comment
Author
Thomas Stiegler