ArchiveItemType Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Type of the item.
Syntax
public enum ArchiveItemType
Fields
Name | Description |
---|---|
Directory | Item is a directory. |
File | Item is a regular file. |
Link | Item is a symbolic link. |
Unknown | Unknown item type. |