Function get_multi_extension

Source
pub fn get_multi_extension(path: &Utf8PathBuf) -> Option<String>
Expand description

Get the full extension of a path, including all extensions. For example, for “foo.tar.gz”, this function returns “tar.gz”, and not just “gz”, like path.extension() would.