Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
How to Retrive the Selected Entries from the Zip.
posted

HI 

   I am creating the Zip file based on the Hierarchy.. So i am recrusively  go throught the enteries and get the selected path and add the FIle under the Folder. my issue is  how to retrive the selected path from the selectedEntries.

ZipEntry en = zip.SelectEntries(FileName).FirstOrDefault();

if the filename having space it is throwing argument null exception,

 pls see the attached sample project. like that  employee structureneed to create the folder,

can u update my project and send me.. 

thanks and regards

Kannan