pub fn unlink<P>(path: &P) -> Result<(), Errno> where
    P: NixPath + ?Sized
Expand description

Remove a directory entry

See also unlink(2)