I am currently creating a program, that creates a Zip file of stuff.
Now, I would like to add some automatically generated "info.txt" file containing info about the Zip.
Now, I would probably just generate it as a String and would like to put it in the Zip.
Unfortunately, I have not found any way of doing this, so I would really appreciate some help.