Function nix::unistd::unlinkat[][src]

pub fn unlinkat<P: ?Sized + NixPath>(
    fd: RawFd,
    pathname: &P,
    flags: AtFlags
) -> Result<()>

Delete a name and possibly the file it refers to (posix specification).