Magnus

Results 1 comments of Magnus

Doing this ensures that the central directory gets created: ``` using (var zipFile = ZipFile.Create("c:\\temp\\sharpzip.zip")) { zipFile.BeginUpdate(); zipFile.CommitUpdate(); } ```