append: Generic function for appending data to existing files.
Description
Generic function for appending data to existing files.
Usage
append(object, file, ...)
Arguments
object
The object to be appended.
file
The file to which object
is to be appended.
...
Arguments to be passed to methods.