Gets or sets a value indicating whether a consumer of the FileSet should also include directories where the files are located. Also used in the GetLocalItems()()()() method. Example: Ftp.GetItems("DIR/*.txt") - this property determines whether item "DIR" should be also included in output collection.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

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

Field Value

True if directories where the files are located should be included; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also