# File lib/zip/zipfilesystem.rb, line 308
      def mtime(fileName)
        @mappedZip.get_entry(fileName).mtime
      end