The possible ways of applying updates to an archive.
public enum FileUpdateMode
Members
Member Name | Description |
---|---|
Safe | Perform all updates on temporary files ensuring that the original file is saved. |
Direct | Update the archive directly, which is faster but less safe. |
Requirements
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)