The absolute path of the file to append to.
The content to append (ArrayBuffer, TypedArray, or string).
Optionaloptions: AppendOptionsOptional append options.
Options for appending to files.
Optionalcreate?: booleanWhether to create the file if it does not exist.
A VoidIOResult indicating success or failure.
appendFile for the async version.
Synchronous version of
appendFile. Appends content to a file at the specified path.