-
Name of the file or directory.
Declaration
Swift
public let name: String? -
Size of the data associated with the entry.
Declaration
Swift
public let size: Int? -
Undocumented
Declaration
Swift
public let type: ContainerEntryType
-
Undocumented
Declaration
Swift
public let accessTime: Date? -
Undocumented
Declaration
Swift
public let creationTime: Date? -
Undocumented
Declaration
Swift
public let modificationTime: Date? -
Undocumented
Declaration
Swift
public let permissions: Permissions?
-
Undocumented
Declaration
Swift
public let comment: String -
Undocumented
Declaration
Swift
public let externalFileAttributes: UInt32 -
Undocumented
Declaration
Swift
public let dosAttributes: DosAttributes? -
True, if entry is likely to be text or ASCII file.
Declaration
Swift
public let isTextFile: Bool -
Undocumented
Declaration
Swift
public let fileSystemType: FileSystemType? -
Undocumented
Declaration
Swift
public let compressionMethod: CompressionMethod
View on GitHub
ZipEntryInfo Structure Reference