Function syscreate_dir

Source
#[no_mangle]
pub extern "C" fn syscreate_dir(
    path_ptr: StrPtr,
    path_len: usize,
) -> SyscallResult
Expand description

Creates the directory with the path path

path must be valid utf-8