# File lib/ole/storage/file_system.rb, line 131
      def exists? path
        !!@ole.dirent_from_path(path)
      end