FileSet.ContainingDirectoriesIncluded Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
ContainingDirectoriesIncluded
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.
Declaration
public bool ContainingDirectoriesIncluded { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True if directories where the files are located should be included; false otherwise. |