aug_set


Description:

[ Version ( since = "0.7" ) ]
public bool aug_set (string augpath, string val) throws Error

set Augeas path to value

Set the value associated with path to val.

In the Augeas API, it is possible to clear a node by setting the value to NULL. Due to an oversight in the libguestfs API you cannot do that with this call. Instead you must use the aug_clear call.

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error