Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors