The ZipItem type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCanExtract
Returns true if the current ZipItem can be extracted using Rebex ZIP for .NET component.
(Overrides ArchiveItem..::..CanExtract.)
Public propertySupported by the .NET Compact FrameworkComment
Gets or sets the comment of the current ZipItem.
(Overrides ArchiveItem..::..Comment.)
Public propertySupported by the .NET Compact FrameworkCompressedLength
Gets compressed file length.
(Overrides ArchiveItem..::..CompressedLength.)
Public propertySupported by the .NET Compact FrameworkCompressionMethod
Gets the compression method used to compress the file.
(Overrides ArchiveItem..::..CompressionMethod.)
Public propertySupported by the .NET Compact FrameworkCrc32
Gets the CRC32 (Cyclic Redundancy Check) value of the file.
(Overrides ArchiveItem..::..Crc32.)
Public propertySupported by the .NET Compact FrameworkCreationTime
Gets or sets the creation time attribute of the current ZipItem.
(Overrides ArchiveItem..::..CreationTime.)
Public propertySupported by the .NET Compact FrameworkEncryptionAlgorithm
Gets the name of the algorithm used to encrypt the current ZipItem.
(Overrides ArchiveItem..::..EncryptionAlgorithm.)
Public propertySupported by the .NET Compact FrameworkIsDeleted
Gets a value indicating whether the current ZipItem represents a deleted item.
(Overrides ArchiveItem..::..IsDeleted.)
Public propertySupported by the .NET Compact FrameworkIsDirectory
Gets a value indicating whether the current ZipItem is a directory.
(Overrides FileSystemItem..::..IsDirectory.)
Public propertySupported by the .NET Compact FrameworkIsEmptyDirectory
Gets a value indicating whether the current ZipItem is an empty directory.
(Overrides ArchiveItem..::..IsEmptyDirectory.)
Public propertySupported by the .NET Compact FrameworkIsEncrypted
Gets a value indicating whether the current ZipItem is encrypted.
(Overrides ArchiveItem..::..IsEncrypted.)
Public propertySupported by the .NET Compact FrameworkIsFile
Gets a value indicating whether the current ZipItem is a file.
(Overrides FileSystemItem..::..IsFile.)
Public propertySupported by the .NET Compact FrameworkIsLink
Gets a value indicating whether the item is a link.
(Overrides ArchiveItem..::..IsLink.)
Public propertySupported by the .NET Compact FrameworkIsRootDirectory
Gets a value indicating whether the current ZipItem is the root directory of the ZIP archive.
(Overrides ArchiveItem..::..IsRootDirectory.)
Public propertySupported by the .NET Compact FrameworkItemType
Gets the type of the current ZipItem.
(Overrides ArchiveItem..::..ItemType.)
Public propertySupported by the .NET Compact FrameworkLastAccessTime
Gets or sets the last access time attribute of the current ZipItem.
(Overrides ArchiveItem..::..LastAccessTime.)
Public propertySupported by the .NET Compact FrameworkLastWriteTime
Gets or sets the last modification time attribute of the current ZipItem.
(Overrides ArchiveItem..::..LastWriteTime.)
Public propertySupported by the .NET Compact FrameworkLength
Gets uncompressed file length.
(Overrides ArchiveItem..::..Length.)
Public propertySupported by the .NET Compact FrameworkLinkTarget
Gets the target of the link.
Public propertySupported by the .NET Compact FrameworkName
Gets the name of the current ZipItem.
(Overrides FileSystemItem..::..Name.)
Public propertySupported by the .NET Compact FrameworkPath
Gets the full path to the current ZipItem (including its name) within the ZIP archive.
(Overrides FileSystemItem..::..Path.)
Public propertySupported by the .NET Compact FrameworkUnixGroupId
Gets the Unix Group ID.
Public propertySupported by the .NET Compact FrameworkUnixOwnerId
Gets the Unix Owner ID.
Public propertySupported by the .NET Compact FrameworkUnixPermissions
Gets the standard Unix st_mode field from struct stat (contains user/group/other permissions, setuid/setgid, file type).

See Also