Click or drag to resize

folderNodefindFiles Method (IEnumerableString, SearchOption)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Collects all files for all patterns

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<string> findFiles(
	IEnumerable<string> partOrPatterns,
	SearchOption options = SearchOption.TopDirectoryOnly
)
Request Example View Source

Parameters

partOrPatterns
Type: System.Collections.GenericIEnumerableString
The part or patterns.
options (Optional)
Type: System.IOSearchOption
The options.

Return Value

Type: ListString
See Also