evaluate_glob

Function evaluate_glob 

Source
pub fn evaluate_glob<P>(cwd: P, pattern: &str) -> Result<Vec<PathBuf>>
where P: AsRef<Path>,
Expand description

Evaluate a file matching glob relative to the given directory.