pub fn evaluate_glob<P>(cwd: P, pattern: &str) -> Result<Vec<PathBuf>>where P: AsRef<Path>,
Evaluate a file matching glob relative to the given directory.