# File setup.rb, line 554
  def srcentries(path = '.')
    Dir.open("#{curr_srcdir()}/#{path}") {|d|
      return d.to_a - %(. ..)
    }
  end