# File lib/vcr/cassette/persisters/file_system.rb, line 14
        def storage_location=(dir)
          FileUtils.mkdir_p(dir) if dir
          @storage_location = dir ? absolute_path_for(dir) : nil
        end