copy_in
Description:
[ Version ( since = "1.29.24" ) ]
public bool copy_in (string localpath, string remotedir) throws Error
public bool copy_in (string localpath, string remotedir) throws Error
copy local files or directories into an image
copy_in copies local files or directories recursively into the disk image, placing them in the directory called
remotedir
(which must exist).
Wildcards cannot be used.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |