Asynchronously append data to a file, creating the file if it not yet exists.
Optional
encoding Defaults to 'utf8'.
'utf8'
mode Defaults to 0644.
0644
flag Defaults to 'a'.
'a'
Asynchronously append data to a file, creating the file if it not yet exists.