[][src]Function ritual_common::file_utils::remove_file

pub fn remove_file<P: AsRef<Path>>(path: P) -> Result<()>

A wrapper over std::fs::remove_file with better error reporting