devela::_dep::rustix::fs

Function unlink

pub fn unlink<P>(path: P) -> Result<(), Errno> 
where P: Arg,
Available on crate feature dep_rustix only.
Expand description

unlink(path)—Unlinks a file.

§References