# File lib/autumn/tool/project_creator.rb, line 75
  def copy_check(to)
    exists = File.file?(to)
    return if exists and amend?
    return if exists and not force?
    return true
  end