My zip file has two levels of directory structure. I added a new directory at the root using AddDirectoryByName. Is it possible to move existing directories into the newly create directory? I like to have the zip file containing 3 levels of directory structure without extracting the zip file.
Current Archive:
RootFolder -
+ TopFolder -
+ SecondFolder
Updated Archive file:
RootFolder -
+ NewFolder -
+ TopFolder -
+ SecondFolder