# File common/lib/symbiosis/domain.rb, line 196
    def exists?
      File.directory?(self.directory)
    end