Writes the list of input string to the specified file.

Inputs

Number Name Object Type Description Optional
1 File Path System.String The full path of the file to write to, including the file extension. No
2 Strings List<System.String> List of strings to write to the file. Each string is written to its own line. No

Outputs

Number Name Object Type Description

To File.PNG