pub fn createdir(path: &str) -> Result<(), ErrorStatus>Expand description
Creates the directory with the path path
see syscreate_dir for underlying syscall
pub fn createdir(path: &str) -> Result<(), ErrorStatus>Creates the directory with the path path
see syscreate_dir for underlying syscall