base64_in
Description:
[ Version ( since = "1.3.5" ) ]
public bool base64_in (string base64file, string filename, Cancellable? cancellable = null) throws Error
public bool base64_in (string base64file, string filename, Cancellable? cancellable = null) throws Error
upload base64-encoded data to file
This command uploads base64-encoded data from base64file to filename.
Parameters:
| this |
A GuestfsSession object |
| cancellable |
A GCancellable object |
Returns:
|
true on success, false on error |