Function run_make_support::path_helpers::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
.
pub fn has_suffix<P: AsRef<Path>>(path: P, suffix: &str) -> bool
Returns true if the filename at path
ends with suffix
.