me Procedure: parse-path-with-ellipsis path base Parse PATH, which is expected to be a colon-separated string, into a list and return the resulting list with BASE (a list) spliced in place of the `...' path component, if present, or else BASE is added to the end. If PATH is `#f', BASE is returned.