Function tiny_std::fs::remove_file
source · pub fn remove_file(path: &UnixStr) -> Result<()>
Expand description
Tries to remove a file from the filesystem at the specified path
Errors
OS errors relating to file access/permissions