# File lib/merb-cache/stores/fundamental/file_store.rb, line 83
    def create_path(path)
      FileUtils.mkdir_p(File.dirname(path))
    end