#[unsafe(no_mangle)]pub extern "C" fn syscreate_dir(path: Str) -> SyscallResultExpand description
Creates the directory with the path path
path must be valid utf-8
#[unsafe(no_mangle)]pub extern "C" fn syscreate_dir(path: Str) -> SyscallResultCreates the directory with the path path
path must be valid utf-8