# File lib/ramaze/tool/project_creator.rb, line 69 def mkdir?(dir) exists = File.directory?(dir) !exists && amend? or exists && force? or !exists end