pub const SYS_UNLINKAT: usize = 464;Expand description
Delete a file relative to a directory FD.
dirfd: directory file descriptor (orAT_FDCWD)path_ptr: pointer to the file pathpath_len: length of the pathflags: flags (AT_REMOVEDIRto remove a directory instead of a file)