Function run_make_support::path_helpers::filename_contains
source ยท pub fn filename_contains<P: AsRef<Path>>(path: P, needle: &str) -> bool
Expand description
Returns true if the filename at path
contains needle
.