hi all, i am trying to zip certain folders that contain csv files, for example File1.csv File2.csv etc, and they are all in the folder called Folder_of_csvs. When i run
all files in the zipped folder are renamed into file1.csv file2.csv etc
How to stop this? thank you
Neko
Code:
zipfile Folder_of_csvs, saving(Folder_of_csvs.zip, replace)
How to stop this? thank you
Neko
Comment