rm_rf
Description:
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.
Parameters:
| this |
A GuestfsSession object |
Returns:
|
true on success, false on error |