-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Currently writeFile only allows writing strings to text files. For big files (e.g. coming from external systems via HTTP) working with streams is more efficient. So next to the text parameter there should also be a stream parameter.