Function tiny_std::fs::remove_file

source ·
pub fn remove_file<P: AsUnixStr>(path: P) -> Result<()>
Expand description

Tries to remove a file from the filesystem at the specified path

Errors

OS errors relating to file access/permissions