createdir

Function createdir 

Source
pub fn createdir(path: &str) -> Result<(), ErrorStatus>
Expand description

Creates the directory with the path path

see syscreate_dir for underlying syscall