Type of the item.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0
Syntax
| C# |
|---|
public enum ArchiveItemType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ArchiveItemType |
| Visual C++ |
|---|
public enum class ArchiveItemType |
Members
| Member name | Description | |
|---|---|---|
| File |
Item is a regular file.
| |
| Directory |
Item is a directory.
| |
| Unknown |
Unknown item type.
|