<CFFILE ACTION="Append"
    FILE="full_path_name"
    OUTPUT="string"
    ATTRIBUTES="file_attributes">

Use CFFILE with the Append action to append additional text to the end of an existing text file, for example, when creating log files.

FILE

Required. The full path name of the file to which the content of the OUTPUT attribute is appended.

OUTPUT

Required. The string to be appended to the file designated in the DESTINATION attribute.

ADDNEWLINE

Optional. Yes or No. If this attribute is set to Yes, a new line character is appended to the text that is written to the file. If this attribute is set to No, no new line character is appended to the text. The default value is Yes.

ATTRIBUTES

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