FileSet.GetLocalItems Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
GetLocalItems()
Gets a collection of local file system items (files and directories) which matches this FileSet.
Only items which matches no exclusion pattern and matches at leas one inclusion pattern are included into result collection.
It doesn't depend on the order how the inclusion and exclusion patterns were added into the FileSet.
If you don't want to include empty directories into result collection, please set the EmptyDirectoriesIncluded to false.
Declaration
public LocalItemCollection GetLocalItems()
Returns
Type | Description |
---|---|
LocalItemCollection | A collection of local file system items which matches this FileSet. |