Skip to main content

stem_ext

Function stem_ext 

Source
pub fn stem_ext<P: AsRef<Path>>(path: P) -> (String, String)
Expand description

Return the file stem and extension as (stem, ext). Both are "" when the component is absent.