[][src]Function symbolic::common::clean_path

pub fn clean_path(path: &str) -> Cow<str>

Cleans up a path from various platforms.

This removes redundant ../ or ./ references. Since this does not resolve symlinks this is a lossy operation.