# File lib/core/facets/filetest/relative.rb, line 14
  def relative?(path)
    while r = chop_basename(path.to_s)
      path, basename = r
    end
    path == ''
  end