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