pub fn readable_canonical_path<P: AsRef<Path>>(
    p: P
) -> Result<String, LookupError>
Expand description

Provide the canonical form of the Path as a string, or die trying