remove_matching

Function remove_matching 

Source
fn remove_matching(dir: &Path, pattern: &str) -> Result<()>
Expand description

Removes files in dir whose names match the glob pattern.