pub fn suffixes(path: &str) -> Vec<String>Expand description
All file extensions of the final component.
Matches Python pathlib’s algorithm exactly — see the doc on
crate::functions::path_parse::suffixes for the algorithm and
its corollaries (trailing-dot names, leading-dot names, the
..foo quirk).