The ArchiveItem type exposes the following members.

Properties

  NameDescription
CanExtract
Returns true if the item can be extracted using Rebex ZIP for .NET component.
Comment
Gets or sets the comment of the archive item.
CompressedLength
Gets compressed file length.
CompressionMethod
Gets the compression method used to compress the file.
Crc32
Gets the CRC32 (Cyclic Redundancy Check) value of the file (returns 0 for directories).
CreationTime
Gets or sets the creation time attribute of the archive item.
EncryptionAlgorithm
Gets the name of the algorithm used to encrypt the current ZipItem.
IsDeleted
Gets a value indicating whether the current ArchiveItem represents a deleted item.
IsDirectory
Gets a value indicating whether the ArchiveItem is a direcory.
IsEmptyDirectory
Gets a value indicating whether the ArchiveItem is an empty directory.
IsEncrypted
Gets a value indicating whether the current ZipItem is encrypted.
IsFile
Gets a value indicating whether the ArchiveItem is a file.
IsRootDirectory
Gets a value indicating whether the current ArchiveItem is the root directory of the archive.
ItemType
Gets the type of the archive item.
LastAccessTime
Gets or sets the last access time attribute of the archive item.
LastWriteTime
Gets or sets the last modification time attribute of the archive item.
Length
Gets uncompressed file length.
Name
Gets the name of the archive item.
Path
Gets the full path to the archive item (including its name) within the archive.

See Also