Function af_core::path::resolved[][src]

pub fn resolved<'a>(
    path: impl PathLike<'a>
) -> Result<Cow<'a, str>, WorkingPathError>

Returns an absolute, normalized version of the given path.