copy_file_to_device
Description:
[ Version ( since = "1.13.25" ) ]
public bool copy_file_to_device (string src, string dest, CopyFileToDevice? optargs) throws Error
public bool copy_file_to_device (string src, string dest, CopyFileToDevice? optargs) throws Error
copy from source file to destination device
See copy_device_to_device for a general overview of this call.
Parameters:
this |
A GuestfsSession object |
optargs |
a GuestfsCopyFileToDevice containing optional arguments |
Returns:
true on success, false on error |