Blueforcer Well-Known Member Licensed User Longtime User Dec 10, 2021 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Dec 12, 2021 #2 You can add the files with AddFilesToZip. Upvote 0
Blueforcer Well-Known Member Licensed User Longtime User Dec 12, 2021 #3 Erel said: You can add the files with AddFilesToZip. Click to expand... But not of there are subfolders. I also need to zip that folders Upvote 0
Erel said: You can add the files with AddFilesToZip. Click to expand... But not of there are subfolders. I also need to zip that folders