Structure
ZipArchive.AddFileFlags
public struct AddFileFlags: OptionSet
A set of flags to be used with ZipArchive.addFile
.
Relationships
Member Of
ZipArchive
An read-only archive.
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
let rawValue: UInt32
overwrite
let overwrite
Overwrite any existing file of the same name.