Writes the list of input string to the specified file.
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 |
Number | Name | Object Type | Description |
---|