Enum ZipPacker.ZipAppend
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum ZipPacker.ZipAppend : long
Fields
Addinzip = 2Add new files to the existing zip archive at the given path.
Create = 0Create a new zip archive at the given path.
Createafter = 1Append a new zip archive to the end of the already existing file at the given path.