pub fn stem_ext<P: AsRef<Path>>(path: P) -> (String, String)
Return the file stem and extension as (stem, ext). Both are "" when the component is absent.
(stem, ext)
""