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