wasi::wasi_snapshot_preview1

Function path_unlink_file

Source
pub unsafe extern "C" fn path_unlink_file(
    arg0: i32,
    arg1: i32,
    arg2: i32,
) -> i32
Expand description

Unlink a file. Return errno::isdir if the path refers to a directory. Note: This is similar to unlinkat(fd, path, 0) in POSIX.