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 nameDescription
Supported by the .NET Compact FrameworkFile
Item is a regular file.
Supported by the .NET Compact FrameworkDirectory
Item is a directory.
Supported by the .NET Compact FrameworkUnknown
Unknown item type.
Supported by the .NET Compact FrameworkLink
Item is a symbolic link.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also