ActionEngineUtilEnumerateFilesAndDirectories Method

Enumerate through files and directories to return a list of fully qualified files, given a solid base path and a search pattern that can include a combination of file and directory names.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static List<string> EnumerateFilesAndDirectories(
	string directoryPath,
	string searchPattern
)

Parameters

directoryPath  String
Base directory path from where the search will start.
searchPattern  String
Search pattern containing wild cards.

Return Value

ListString
Reference to a list of file and folder paths matching the provided search pattern.

See Also