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