ZipEntry

public struct ZipEntry

Represents either a file or directory entry inside ZIP archive.

  • Name of the file or directory.

    Declaration

    Swift

    public var fileName: String?
  • Comment associated with the entry.

    Declaration

    Swift

    public var fileComment: String?
  • File or directory attributes related to the file system of archive’s creator.

    Declaration

    Swift

    public var fileAttributes: UInt32