run_make_support::path_helpers

Function has_suffix

source
pub fn has_suffix<P: AsRef<Path>>(path: P, suffix: &str) -> bool
Expand description

Returns true if the filename at path ends with suffix.