# File lib/ramaze/tool/project_creator.rb, line 85
  def copy?(file)
    exists = File.file?(file)

    !exists && amend? or exists && force? or !exists
  end