Function otter_api_tests::unistd::unlink[]

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

Remove a directory entry

See also unlink(2)