# File lib/ole/storage/file_system.rb, line 143
      def file? path
        dirent = @ole.dirent_from_path path
        dirent and dirent.file?
      end