.Net Developer World
Ankur Bhargav's Blog Ans Software Solution And Consult
Monday, June 24, 2013
how to get files and folder name in zip file c# ICSharpCode.SharpZipLib.Zip
ZipInputStream
zip =
new
ZipInputStream
(
File
.OpenRead(path));
ZipEntry
item;
while
((item = zip.GetNextEntry()) !=
null
)
{
Console
.WriteLine(item.Name);
}
1 comment:
for ict 99
January 23, 2018 at 3:53 AM
great
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
great
ReplyDelete