Structure
ZipEntry.ExternalAttributes
public struct ExternalAttributes
A platform-specific external attributes of the archive entry.
Relationships
Member Of
ZipEntry
A read-only accessor for an entry in the archive.
Nested Types
ZipEntry.ExternalAttributes.OperatingSystem
An operating system used to create the archive entry.
Properties
operatingSystem
let operatingSystem: OperatingSystem
attributes
let attributes: UInt32
isDirectory
var isDirectory: Bool
isSymbolicLink
var isSymbolicLink: Bool
posixAttributes
var posixAttributes: mode_t
posixPermissions
var posixPermissions: mode_t
posixFileType
var posixFileType: mode_t