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.

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

Syntax

Visual Basic
Public Function GetLocalItems As LocalItemCollection
C#
public LocalItemCollection GetLocalItems()

Return Value

A collection of local file system items which matches this FileSet.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also