[ Version ( since = "1.0.18" ) ]
public bool cp_a (string src, string dest) throws Error
copy a file or directory recursively
This copies a file or directory from src
to dest
recursively using the "cp -a" command.
this |
A GuestfsSession object |
true on success, false on error |