EntryType

public enum EntryType : Int

The type of an Entry in a ZIP Archive.

  • Indicates a regular file.

    Declaration

    Swift

    case file
  • Indicates a directory.

    Declaration

    Swift

    case directory
  • Indicates a symbolic link.

    Declaration

    Swift

    case symlink