<CFFILE ACTION="Move"
    SOURCE="full_path_name"
    DESTINATION="full_path_name"
    ATTRIBUTES="file_attributes">


The CFFILE MOVE action can be used to move a file from one location on the server to another.

SOURCE

Required. The full path name of the file to move.

DESTINATION

Required. The full path name of the directory to which the file will be moved. If you do not specify the file name, a trailing slash must be included in the target when moving a file. Use the backward slash (\) on Windows; use the forward slash (/) on UNIX.

ATTRIBUTES

Optional. A comma-delimited list of file attributes to be set on the file being moved. The following file attributes are supported:

Note On Windows, you must include the backward slash (\) after the destination directory name if you do not specify a file name. In this example, the specified destination directory is "memo. "