File write
An action block that saves the result of an expression as text to a file.
The fiber will pause until the file has beed saved.
Input arguments
- Content — an expression, the result will be converted to text and written to the file.
- File — path to destination file.
- Encoding — charset used for saved text, default is UTF-8.
- Append — whether append the text to the end of an existing file, instead of overwriting it.