Gets the flag indicating whether the item might be a directory.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property IsDirectory As Boolean
	Get
C#
public override bool IsDirectory { get; }

Field Value

True if the item might be a directory.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also