mkdir_p
Description:
create a directory and parents
Create a directory named path
, creating any parent directories as necessary. This is like the "mkdir -p" shell command.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |