G
Guest
Hello,
i want to create a back of a directory using the SharpZipLib API.
My program generate a zip file, were i can add other file later.
When i try to add another file in an existing zip file, this zip file become
damaged.
Here is how i define my ZipOutPutStream:
ZipOutputStream zipout = new
ZipOutputStream(File.Open(@"H:\comprimed.zip",FileMode.Append,
FileAccess.Write));
can anybody help me?
May i expected something. When i use an other FileMode the zipFile is
overwriten, but it is not want i want.
Thanks.
Hervé
i want to create a back of a directory using the SharpZipLib API.
My program generate a zip file, were i can add other file later.
When i try to add another file in an existing zip file, this zip file become
damaged.
Here is how i define my ZipOutPutStream:
ZipOutputStream zipout = new
ZipOutputStream(File.Open(@"H:\comprimed.zip",FileMode.Append,
FileAccess.Write));
can anybody help me?
May i expected something. When i use an other FileMode the zipFile is
overwriten, but it is not want i want.
Thanks.
Hervé