With the use of createZipReport, I am adding list of files and folders to be zipped up. The createZipReport then calls the zipFileList to zip up the whole folder.
The question is I need to zip a folder inside this already existing folder without changing much.
For example
Directory.zip
Files
SubFolder1
SubFolder2
The files, subFolder1 and subFolder2 are added with the help of fileList in createZipReport
Now I need the subFolder1 to be a zip folder i.e.SubFolder1.zip
Any suggestions?