FileSystemItem.IsLink Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
IsLink
Gets a value indicating whether the item is a link.
Declaration
public abstract bool IsLink { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the archive item is a link; false otherwise. |