rustix::fs

Function unlink

Source
pub fn unlink<P: Arg>(path: P) -> Result<()>
Available on crate feature fs only.
Expand description

unlink(path)—Unlinks a file.

§References