Gets or sets a value specifying that filesystem items with unknown type (not file nor directory nor symlink) will be processed as files.

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

Syntax

Visual Basic
Public Property TreatUnknownItemsAsFiles As Boolean
	Get
	Set
C#
public bool TreatUnknownItemsAsFiles { get; set; }

Field Value

False (default) to throw an exception when an unknown directory item is processed; true to process such item as file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also