Function sysremove_path

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

Deletes “removes” a given path

path must be valid utf-8