Performs the files search.

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

Syntax

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

Parameters

regexPattern
Type: System..::.String
Regular expresstion.
count
Type: System..::.Int32
Maximal count.
resultNames
Type: array< System..::.String >[]()[]
Result names.

Return Value

Returns the found files.

See Also