75
75
    This assumes that both paths are already fully specified file:// URLs.
 
77
77
    if len(base) < MIN_ABS_FILEURL_LENGTH:
 
79
79
            ' exceed the platform minimum url length (which is %d)' %
 
81
81
    base = local_path_from_url(base)
 
82
82
    path = local_path_from_url(path)
 
83
83
    return escape(osutils.relpath(base, path))