pub fn extend_path<P, S, F>(path: P, context: &[S], filename: F) -> PathBufExpand description
Extend a path with a context and filename.
- Does not check that the path exists.
- Does not initialize the containing directories.
ยงArguments
context- prefix dirs, inserted betweenself.cache_dirandfile.file- the final file name.