• cron@feddit.org
    link
    fedilink
    arrow-up
    16
    ·
    10 hours ago

    OP refers to the fact that you can rename some filetypes to .zip and unpack them.

    Notable examples microsoft office files (.docx) or android apps (.apk).

    Counterexample are media files (mp3, mp4, jpg).

    • mumblerfish@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      10 hours ago

      OP refers to the fact that you can rename some filetypes to .zip and unpack them.

      So… you mean the zip program just rename them back? Why?

      • cron@feddit.org
        link
        fedilink
        arrow-up
        11
        ·
        10 hours ago

        I think it makes sense from a programming view. When you have a document, you can add all the media files and pack them together as one archive. Then the program sets the filename to .docx so everyone knows that they need an office program to open that file.

        For the users, all you need to know is what program can open which files. If every document would be named .zip, you would have no idea if it was a spreadsheet or slides for your presentation.

        • mumblerfish@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          10 hours ago

          I got that from the other answers. I was just very confused why I’d have to rename them to “.zip”.

          I still don’t get why it is “most” files.

          • cron@feddit.org
            link
            fedilink
            arrow-up
            6
            ·
            10 hours ago

            I don’t think “most” applies here. Text-based files, pdf, media files and most executeable files are not .zip.