Hi everyone,

I would like to pack all my 6 "save files" of my application in only one file "save.data" (like a zip, but with no compression at all). These days, when I send a save file to a user, it's a directory with files in it, and it's not so convenient for the user.
Is someone has a short source code to do that? I suppose it's something like writing all in binary in one file, and adding the header at the end with each start byte, but I would be much easier for me if someone has done it before with a QByteArray or anything else.

Thank you!