pub fn path_unlink_file<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
fd: Fd,
path: WasmPtr<u8, M>,
path_len: M::Offset,
) -> Result<Errno, WasiError>Expand description
ยงpath_unlink_file()
Unlink a file, deleting if the number of hardlinks is 1 Inputs:
Fd fdThe base file descriptor from which the path is understoodconst char *pathArray of UTF-8 bytes representing the pathu32 path_lenThe number of bytes in thepatharray