SftpItem.IsDirectory Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
IsDirectory
Gets the flag indicating whether the item might be a directory.
Declaration
public override bool IsDirectory { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the item might be a directory. |