Android Question Zip folder without root folder

Blueforcer

Well-Known Member
Licensed User
Longtime User
I want to zip DirInternal with all its subfolders using ArchiverPlusZip.
Later i want to unzip everything back to DirInternal like a backup

if i zip it with zip.AddFolderToZip the rootfolder of this zip is "files". So it only unzip the files folder into my files folder.

how can i zip it without the root folder?
 
Top