Skip to content

appendToFile #1147

Answered by rfennell
jjcpa asked this question in Q&A
Nov 16, 2021 · 1 comment
Discussion options

You must be logged in to vote

Yes, as detailed in this project wiki

Parameter Description
ReplaceFile If this is set the output overwrites and file already present.
AppendToFile If this is set, and replace file is false then then output is appended to the output file. If false it is preprended.

As the documentation says you need

  • replaceFile - false
  • appendtoFile - false

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rfennell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment