Type of the item.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Enumeration ArchiveItemType |
C# |
---|
public enum ArchiveItemType |
Members
Member name | Description | |
---|---|---|
File |
Item is a regular file.
| |
Directory |
Item is a directory.
| |
Unknown |
Unknown item type.
| |
Link |
Item is a symbolic link.
|