Performs the files search.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static string[][] FindFiles(
	Regex regex,
	int count,
	params string[] resultNames
)

Parameters

regex
Type: System.Text.RegularExpressions..::.Regex
The Regex regular expression.
count
Type: System..::.Int32
Maximal count.
resultNames
Type: array< System..::.String >[]()[]
Result names.

Return Value

Returns the found files.

See Also