Append to the file instead of overwriting it when it already exists.
Optionaloverwrite
overwrite?:boolean
Overwrite the file when it already exists.
If set to false, an exception is thrown when the file already exists. Otherwise the file is overwritten (default)
Append to the file instead of overwriting it when it already exists.