Hi,
iam using sharpziplib to create a zip file from several files. how do i check if the files were zipped correctly?
Any code sample would be of great help.
Thanks.
The ZipFile class can do this for you already. Look at TestArchive methods.
hth, -jr-