[ Version ( since = "0.8" ) ]
public bool mkdir_p (string path) throws Error
create a directory and parents
Create a directory named path, creating any parent directories as necessary. This is like the "mkdir -p" shell command.
| this |
A GuestfsSession object |
|
true on success, false on error |