Structure
ZipArchive.LocateFlags
public struct LocateFlags: OptionSet
A set of flags to be used with ZipArchive
name-based APIs: locate
, stat
and open
.
Relationships
Member Of
ZipArchive
An read-only archive.
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
let rawValue: UInt32
caseInsensitive
let caseInsensitive
Ignore case distinctions. (Will only work well if the file names are ASCII.) With this flag, operation will be slow for archives with many files.
ignoreDirectory
let ignoreDirectory
Ignore directory part of file name in archive. With this flag, operation will be slow for archives with many files.