SwiftZip Documentation Beta

Structure Zip​Archive.​Add​File​Flags

public struct AddFileFlags: OptionSet

A set of flags to be used with ZipArchive.addFile.

%3 ZipArchive.AddFileFlags ZipArchive.AddFileFlags OptionSet OptionSet ZipArchive.AddFileFlags->OptionSet

Member Of

ZipArchive

An read-only archive.

Conforms To

OptionSet

Initializers

init(raw​Value:​)

public init(rawValue: UInt32)

Properties

raw​Value

let rawValue: UInt32

overwrite

let overwrite

Overwrite any existing file of the same name.