ZIP processing
-
1. how do you programmagically read a zip, parse it and extract content from it. 2. zip file contains directory hierachy 3. what about folder-name with say foreign characters and spaces in between? Norman Fung
I'd suggest taking a look here.
-
I'd suggest taking a look here.
-
1. how do you programmagically read a zip, parse it and extract content from it. 2. zip file contains directory hierachy 3. what about folder-name with say foreign characters and spaces in between? Norman Fung
You also might take a look at the free-use-for-any-purpose, no-strings-attached opens source library #ziplib. It can be found here http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx[^]
-
You also might take a look at the free-use-for-any-purpose, no-strings-attached opens source library #ziplib. It can be found here http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx[^]