Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML

Print Version

ColdFusion Copy File

You can use the cffile tag to create a copy a file on the server.

Example of Copying a File

The following code copies the source file to the location specified with the destination attribute.

<cffile action="copy"
	source="C:\docs\accessLog.txt"
	destination="C:\docs\accessLog_backup.txt">

Optional Attributes

If required, you can use any of the following attributes:

mode
Allows you to set permissions on Unix platforms.
attributes
Allows you to specify whether the file should be read only, hidden, or normal.

Enjoy this website?

  • Share
  • Add this page to your Favorites
  • Link to this page (copy/paste into your own website or blog):
  • Link to Quackit using one of these banner ads.
  • Help support Quackit by making a donation

Oh, and thank you for supporting Quackit!

© Copyright 2000 - 2010 Quackit.com