SwiftZip Documentation Beta

Structure Zip​Entry.​External​Attributes

public struct ExternalAttributes

A platform-specific external attributes of the archive entry.

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

operating​System

let operatingSystem: OperatingSystem

attributes

let attributes: UInt32

is​Directory

var isDirectory: Bool

posix​Attributes

var posixAttributes: mode_t

posix​Permissions

var posixPermissions: mode_t

posix​File​Type

var posixFileType: mode_t