mkdir_p


Description:

[ 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.

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error