write_append


Description:

[ Version ( since = "1.11.18" ) ]
public bool write_append (string path, uint8[] content) throws Error

append content to end of file

This call appends content to the end of file path. If path does not exist, then a new file is created.

See also write.

Parameters:

this

A GuestfsSession object

content

an array of binary data

content_size

The size of content, in bytes

Returns:

true on success, false on error