pub fn has_prefix<P: AsRef<Path>>(path: P, prefix: &str) -> bool
Returns true if the filename at path starts with prefix.
path
prefix