Function rustix::fs::unlink

source ·
pub fn unlink<P: Arg>(path: P) -> Result<()>
Expand description

unlink(path)—Unlinks a file.

§References