Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML
IMCreator - Free Website Builder

ColdFusion Rename File

Using ColdFusion's cffile tag, you can rename a file on the server.

Example of Renaming a File

The following code renames the source file with the name specified with the destination attribute.

<cffile action="rename"
	source="C:\docs\accessLog.txt"
	destination="C:\docs\oldAccessLog.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 page?

  1. Link to this page (copy/paste into your own website or blog):
  2. Link to Quackit using one of these banner ads.

Thanks for supporting Quackit!