Hi at all,
we have to solve the folowing thing. We are going to transfer several folders to 1 ZIP file. Therefor everything runs well. But if there is only one folder, there is not the folder in the zip file, only the files.We need the folders as well.
Ex:1
-Data -folder1 -files(1to1000)
-Data - folder2 -files(1to500)
Zip= -folder1 -files(1to1000)
-folder2 -files(1to500)
Ex:2
-Data -folder3 -files(1to750)
Zip= -files(1to750)