pub fn strip_prefix_into_string(
    root: &Path,
    path: &Path
) -> Result<String, GardenError>
Expand description

Strip a prefix from a path. Returns a path as a string.