is_hidden_path

Function is_hidden_path 

Source
pub fn is_hidden_path<P>(path: P) -> bool
where P: AsRef<Path>,
Expand description

Checks if the provided path has a hidden path component.

A path is hidden if one of its path component (filename or directory name) starts with a dot.