# File setup.rb, line 542
  def srcexist?(path)
    File.exist?(srcfile(path))
  end