pub fn remove_file<P>(path: P) -> Result<()>where P: AsRef<Path>,
Remove a single file
Fails if removal fails