Hi,
I want to make specific folder into zip file that folder contains sub folder or parent folders with files like folder structure as following
A Folder
- B Folder
--C Folder
Can you give me your suggestion or help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vignesh ManiPosted Jan 28, 2016, 7:25 AM
Shubham KumarPosted Jan 28, 2016, 6:35 AM
{
zip.AddFiles(filename, "other-file-you-want-to-add-in-zip");
zip.Save(Server.MapPath("~/Admin/Library/Download.zip"));
}