I am wondering if it is possible to create a zip file from folders. I have one folder and in this folders there are four folders and in there, there are different kind of files. Now I want to zip those four folders recursively with their files.
I tried save()
and gzip()
but they don't do what I want.
Has someone a hint for me?
See Question&Answers more detail:os