[ Version ( since = "0.8" ) ]
public bool rm_rf (string path) throws Error
remove a file or directory recursively
Remove the file or directory path, recursively removing the contents if its a directory. This is like the "rm -rf" shell
command.
| this |
A GuestfsSession object |
|
true on success, false on error |