FileSet.EmptyDirectoriesIncluded Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
EmptyDirectoriesIncluded
Gets or sets a value indicating whether a consumer of the FileSet should include empty directories or not. Also used in the GetLocalItems() method.
Declaration
public bool EmptyDirectoriesIncluded { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True if empty directories should not be included; false otherwise. |