- Contents
Interaction Designer Help
File Write List
This File I/O tool writes the contents of a List of String variable to a text file.
Inputs
File Handle
The handle for a file created during a FileOpenWrite step.
Strings to write to file
The strings to be written to the file.
String delimiters
The code or codes to append to the beginning of the text being written. The default is "\t" which is a common code for tab stop.
Possible values are:
" " |
space |
"" |
empty string |
"\" |
quotation mark |
"\n" |
line break |
"\t" |
tab |
Delimiter to end operation
This variable contains the delimiter to be appended to the end of the text written. The default is "\n" which is a common code for line-break. The possible values are the same as those listed for the previous parameter.
Exit Paths
Success
This step takes the Success exit path if the operation is successful.
Failure
This step takes the Failure exit path if the file handle is invalid.