run_make_support::path_helpers

Function 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.