Table of Contents

Enum ZipPacker.ZipAppend

Namespace
Godot
Assembly
GodotSharp.dll
public enum ZipPacker.ZipAppend : long

Fields

Addinzip = 2

Add new files to the existing zip archive at the given path.

Create = 0

Create a new zip archive at the given path.

Createafter = 1

Append a new zip archive to the end of the already existing file at the given path.