Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In This Chapter |
|
ColdFusion gives the developer many tools to interact with the operating system. These tools include functions and tags to manipulate files and directories using <cffile> and <cfdirectory>, execute applications on the server using the <cfexecute> tag, manipulate the system Registry using the <cfregistry> tag, and create and read Zip and JAR files using <cfzip>. This chapter shows how these tags can be used to interact with the file system and operating system. Another tag, <cfNTAuthenticate>, is covered in Chapter 23, “Securing Your Applications,” online.