pub fn is_normalized_absolute(path: &str) -> boolExpand description
Filesystem::normalizePath: single slashes, ./.. resolution, no
trailing slash (except for the root).
True when normalize_path would return path unchanged: absolute,
forward slashes only, no empty / . / .. segment, no trailing slash.