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; } |