[ Version ( since = "0.7" ) ]
public bool aug_mv (string src, string dest) throws Error
move Augeas node
Move the node src
to dest
. src
must match exactly one node. dest
is overwritten if it
exists.
this |
A GuestfsSession object |
true on success, false on error |