Hi,

Do we have a utility class somewhere that constructs paths out of
strings? I just rolled my own ( not yet committed ) to handle joining
path segments with various leading and trailing suffices and I was
curious whether we have one that I can reuse.

I need this for less obvious combinations such as

  "/parent/" + "/child" -> "/parent/child"
  "/parent"  + "child"  -> "/parent/child"

Thanks,

Robert

Reply via email to