# File lib/directory_manager.rb, line 10
      def valid?
        File.exist?(@location)
      end