Click here to Skip to main content
15,891,409 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to find a file in a zip file by comparing the name and/or to see if it exist in the zip file. I am using ICSharp SharpZipLib and I am having trouble trying to figure out how to get it.

I am wanting to find the file because if I find it in the zip, I want to delete the file from the source.

So my program is kind of like moving files to one folder to another. But I want to check first if it transfered successfully
Posted

1 solution

Check the documentation and example code on the SharpZipLib wiki. I think these two links are useful:

http://wiki.sharpdevelop.net/SharpZipLib-Zip-Samples.ashx[^]
http://wiki.sharpdevelop.net/SharpZipLib_Updating.ashx[^]


Mainpage for SharpZibLib on the wiki:

http://wiki.sharpdevelop.net/SharpZipLib_Code_Reference.ashx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900