PROXIMATE_TO relative path to base

Contents

Inputs

Outputs

function rel = proximate_to(base, other)

rel = stdlib.relative_to(base, other);
if stdlib.strempty(rel)
  rel = other;
end

end