myFile.writeln( str1, [ str2 ], [ ... ] ) in Photoshop DOM
Write string data to the file.
Arguments
| name | type | description |
|---|---|---|
| str1 | String | The first string to write. |
| str2 | String | [optional] Additional string(s) to write. |
| ... | String | [optional] |
- Return Type
- Boolean
Description
The parameters of this function are concatenated to a single string, and a Line Feed sequence is appended. Returns true on success.