pub fn is_hidden<P>(path: P) -> boolwhere P: AsRef<Path>,
Check if path represents a hidden file or directory (starts with .)