Hi,
I tried to zip 400 files using the below code. But only first some documents are zipping. Can you please tell me what the issue will be?
// Use fast compression
var options = new ArchiveSaveOptions
{
Encoding =…...}; using (var archive = new Archive()) { archive.CreateEntries(folderPath);...CreateEntries(folderPath); archive.Save(zipPath); } Thanks Jithin V P Issue...