# File lib/ole/storage/file_system.rb, line 171
      def new path, mode='r'
        open path, mode
      end