Once I have all the files I require in a particular folder, I would like my python script to zip the folder contents. Is this possible? And how could I go about doing it? A point in the right direction (i.e. a link with an example) or an example that I can see would be extremely helpful. Thanks in advance.
|
|
Adapted version of the script is:
Example:
It creates |
|||
|
|
|
Use zipfile module:
|
||
|
|
|
|
Here is a recursive version
|
||
|
|
